Update translations handling

Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
marcin mikołajczak
2024-08-22 19:17:52 +02:00
parent a259a7eb01
commit 1549043c0a
8 changed files with 53 additions and 16 deletions

View File

@ -47,7 +47,6 @@ const SearchResults = () => {
const filterByAccount = useAppSelector((state) => state.search.accountId || undefined);
const { trendingLinks } = useTrendingLinks();
const { account } = useAccount(filterByAccount);
useAppSelector((state) => console.log(state.search.toJS()));
const handleLoadMore = () => dispatch(expandSearch(selectedFilter));
@ -218,8 +217,6 @@ const SearchResults = () => {
}
}
console.log(submitted, loaded, selectedFilter);
return (
<>
{filterByAccount ? (