From 30afc7bd062398aebe2cf6e0d4b2cd3861f7deac Mon Sep 17 00:00:00 2001 From: Ricardo Cino Date: Sat, 25 Jun 2022 02:18:59 +0200 Subject: chore: improve todo menu behaviour on fresh install (#359) --- src/I18n.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/I18n.tsx') diff --git a/src/I18n.tsx b/src/I18n.tsx index bf4b08cd1..f5e157d97 100644 --- a/src/I18n.tsx +++ b/src/I18n.tsx @@ -11,7 +11,7 @@ const translations = generatedTranslations(); type Props = { stores: { app: AppStore; - user: typeof UserStore; + user: UserStore; }; children: ReactNode; }; -- cgit v1.2.3-70-g09d2