aboutsummaryrefslogtreecommitdiff
path: root/src/i18n.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/i18n.tsx')
-rw-r--r--src/i18n.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/i18n.tsx b/src/i18n.tsx
index bd58ffad7..70e1c3f73 100644
--- a/src/i18n.tsx
+++ b/src/i18n.tsx
@@ -237,7 +237,6 @@ i18n.TranslateSwitch = class extends React.Component<TranslateSwitchProps,void>{
} else {
return plural;
}
- }
}
}