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{ } else { return plural; } - } } }