From 8304ad91ac3862becca5b3f4f7fd90b8b39d1dea Mon Sep 17 00:00:00 2001 From: Samuel Newman Date: Wed, 1 May 2024 18:43:54 +0100 Subject: add header to empty chat list view (#3791) --- src/components/Error.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/components/Error.tsx') diff --git a/src/components/Error.tsx b/src/components/Error.tsx index ee479cca9..481532434 100644 --- a/src/components/Error.tsx +++ b/src/components/Error.tsx @@ -72,7 +72,7 @@ export function Error({ a.text_center, t.atoms.text_contrast_high, {lineHeight: 1.4}, - gtMobile && {width: 450}, + gtMobile ? {width: 450} : [a.w_full, a.px_lg], ]}> {message} -- cgit 1.4.1