diff options
author | Samuel Newman <mozzius@protonmail.com> | 2024-03-19 19:52:27 +0000 |
---|---|---|
committer | Samuel Newman <mozzius@protonmail.com> | 2024-03-19 19:52:27 +0000 |
commit | 10943b4ff469ab540a7f28647688a3fd3001d5b4 (patch) | |
tree | 416d3edc7579503a2e40afe251c775e0fc8d110b /src/components/Lists.tsx | |
parent | 4794ab6b9a39d06bb0d1b7c64a315e4ac5e3336a (diff) | |
download | voidsky-10943b4ff469ab540a7f28647688a3fd3001d5b4.tar.zst |
fix merge issue (double hook)
Diffstat (limited to 'src/components/Lists.tsx')
-rw-r--r-- | src/components/Lists.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/Lists.tsx b/src/components/Lists.tsx index 8e4a58007..d3e072028 100644 --- a/src/components/Lists.tsx +++ b/src/components/Lists.tsx @@ -150,7 +150,6 @@ export function ListMaybePlaceholder({ const t = useTheme() const {_} = useLingui() const {gtMobile, gtTablet} = useBreakpoints() - const {_} = useLingui() if (!isLoading && isError) { return ( |