Skip to content

Commit

Permalink
Merge pull request #26 from CristianF09/Statistic-no-categories
Browse files Browse the repository at this point in the history
am uitat un log si a dat eroare
  • Loading branch information
Miro-wq authored Nov 4, 2024
2 parents 69524c9 + dc501fc commit e0476be
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Pages/Home/Home.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ const Home = () => {
const data = useSelector(selectAllTransactions);

useEffect(() => {
console.log('Data:', data);
dispatch(fetchTransactions());
}, [dispatch]);

Expand Down

0 comments on commit e0476be

Please sign in to comment.