From 14f1994c86fd0162904ebf25779ebbc595e1664a Mon Sep 17 00:00:00 2001 From: James Gentes Date: Tue, 12 Dec 2023 19:50:49 -0800 Subject: [PATCH] aria-wait on initalLoader --- app/components/InitialLoader.tsx | 2 +- tests/screenshots.spec.ts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/app/components/InitialLoader.tsx b/app/components/InitialLoader.tsx index 741e427..6cd665a 100644 --- a/app/components/InitialLoader.tsx +++ b/app/components/InitialLoader.tsx @@ -37,7 +37,7 @@ const LoaderSubtext = styled('span')(({ theme }) => ({ const InitialLoader = ({ message }: { message?: string }) => { return ( - + {!message ? null : (