Skip to content

Commit

Permalink
remove logs
Browse files Browse the repository at this point in the history
  • Loading branch information
noctillion committed Aug 26, 2023
1 parent d789a44 commit 098d873
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/explorer/ExplorerSearchResultsTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const ExplorerSearchResultsTable = ({
sortColumnKey,
}) => {
const { dataset } = useParams();
//const [currentPage, setCurrentPage] = useState(1);
const [currentPage, setCurrentPage] = useState(initialCurrentPage || 1);
const [numResults] = useState(data.length);

Expand Down

0 comments on commit 098d873

Please sign in to comment.