fix merge issue (double hook)
parent
4794ab6b9a
commit
10943b4ff4
|
@ -150,7 +150,6 @@ export function ListMaybePlaceholder({
|
||||||
const t = useTheme()
|
const t = useTheme()
|
||||||
const {_} = useLingui()
|
const {_} = useLingui()
|
||||||
const {gtMobile, gtTablet} = useBreakpoints()
|
const {gtMobile, gtTablet} = useBreakpoints()
|
||||||
const {_} = useLingui()
|
|
||||||
|
|
||||||
if (!isLoading && isError) {
|
if (!isLoading && isError) {
|
||||||
return (
|
return (
|
||||||
|
|
Loading…
Reference in New Issue