aboutsummaryrefslogtreecommitdiffstats
path: root/src/I18n.tsx
diff options
context:
space:
mode:
authorLibravatar Ricardo Cino <ricardo@cino.io>2022-06-25 02:18:59 +0200
committerLibravatar GitHub <noreply@github.com>2022-06-25 05:48:59 +0530
commit30afc7bd062398aebe2cf6e0d4b2cd3861f7deac (patch)
treeee5444635db88acf5518ab045eefb8b83522a15e /src/I18n.tsx
parentAdd split mode toggle to side bar and hide collapse button (diff)
downloadferdium-app-30afc7bd062398aebe2cf6e0d4b2cd3861f7deac.tar.gz
ferdium-app-30afc7bd062398aebe2cf6e0d4b2cd3861f7deac.tar.zst
ferdium-app-30afc7bd062398aebe2cf6e0d4b2cd3861f7deac.zip
chore: improve todo menu behaviour on fresh install (#359)
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};