Skip to content

Commit

Permalink
fixed deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
leopoldch committed Mar 15, 2024
1 parent 50a54f6 commit 0642b3b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/TableData.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,9 @@ function TableData() {
}, [isLargeScreen]);





useEffect(() => {
const handleResize = () => {
setIsLargeScreen(window.innerWidth > 1024);
Expand Down

0 comments on commit 0642b3b

Please sign in to comment.