Skip to content

Commit

Permalink
fix: removing unused import and const
Browse files Browse the repository at this point in the history
  • Loading branch information
AldemirLucas committed Nov 7, 2024
1 parent 62aed9d commit 7a52f76
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion next/components/organisms/TablePage.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@ import TwitterIcon from "../../public/img/icons/twitterIcon";
import InfoIcon from "../../public/img/icons/infoIcon";
import DownloadIcon from "../../public/img/icons/downloadIcon";
import RedirectIcon from "../../public/img/icons/redirectIcon";
import axios from "axios";

export default function TablePage({ id }) {
const { t } = useTranslation('dataset', 'prices');
Expand Down
1 change: 0 additions & 1 deletion next/pages/dataset/[dataset].js
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,6 @@ import {
export async function getStaticProps(context) {
const { locale, params } = context;
let dataset = null;
const allowedURLs = ["https://basedosdados.org", "https://staging.basedosdados.org"]

try {
dataset = await getDataset(params.dataset, locale || 'pt');
Expand Down

0 comments on commit 7a52f76

Please sign in to comment.