aboutsummaryrefslogtreecommitdiffstats
path: root/src/I18n.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/I18n.tsx')
-rw-r--r--src/I18n.tsx2
1 files changed, 1 insertions, 1 deletions
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();
11type Props = { 11type Props = {
12 stores: { 12 stores: {
13 app: AppStore; 13 app: AppStore;
14 user: typeof UserStore; 14 user: UserStore;
15 }; 15 };
16 children: ReactNode; 16 children: ReactNode;
17}; 17};