diff options
author | Paul Frazee <pfrazee@gmail.com> | 2024-03-19 12:56:29 -0700 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2024-03-19 12:56:29 -0700 |
commit | d966b3e425440d45f9b2dae41a3ec26e23b39110 (patch) | |
tree | e57b17e412bedad174131274c6daddbac0826b0e /src/components/Lists.tsx | |
parent | 5621c8042510c86f6c4fa63b5c5ce9fc02b0bf8e (diff) | |
download | voidsky-d966b3e425440d45f9b2dae41a3ec26e23b39110.tar.zst |
Fix merge error
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 ( |