diff options
Diffstat (limited to 'src/components')
-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 ( |