diff --git a/src/client/components/Library/Library.tsx b/src/client/components/Library/Library.tsx index 6099c51..c966ab5 100644 --- a/src/client/components/Library/Library.tsx +++ b/src/client/components/Library/Library.tsx @@ -19,10 +19,7 @@ export const Library = (): ReactElement => { const searchResults = useSelector( (state: RootState) => state.fileOps.libraryComics, ); - const searchError = useSelector((state: RootState) => { - console.log(state); - return state.fileOps.librarySearchError; - }); + const searchError = useSelector((state: RootState) => state.fileOps.librarySearchError); const dispatch = useDispatch(); useEffect(() => { dispatch( diff --git a/src/client/components/shared/T2Table.tsx b/src/client/components/shared/T2Table.tsx index d066bc5..95472dc 100644 --- a/src/client/components/shared/T2Table.tsx +++ b/src/client/components/shared/T2Table.tsx @@ -20,8 +20,6 @@ export const T2Table = (tableOptions): ReactElement => { pageIndex: 1, pageSize: 15, }); - console.log(sourceData) - const pagination = useMemo( () => ({ @@ -81,12 +79,12 @@ export const T2Table = (tableOptions): ReactElement => { {/*

{totalPages} comics in all

*/}
-

+

goToPreviousPage()}>
-

-

+

+
goToNextPage()}>
-

+