Skip to content

Commit

Permalink
fix(T343): rimozione chiamata EP annunci popolari 20250128
Browse files Browse the repository at this point in the history
  • Loading branch information
federico-tocci-dxc committed Jan 28, 2025
1 parent 293aa3c commit 2e935fd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ const BachecaDigitale = () => {
useEffect(() => {
handleOnChangePage(1, 9);
dispatch(setPublishedContent(true));
getPopularNews();
// getPopularNews();
// eslint-disable-next-line react-hooks/exhaustive-deps
}, []);

Expand Down

0 comments on commit 2e935fd

Please sign in to comment.