commit 58b44ff13550bd9ee2ec8b049b78f53febf61611 parent db0d204a3ca3e1fba7d652fe70b2412e3e30d231 Author: Florian Dold <florian.dold@gmail.com> Date: Wed, 16 Nov 2016 23:34:25 +0100 fix syntax Diffstat:
| M | src/i18n.tsx | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/src/i18n.tsx b/src/i18n.tsx @@ -237,7 +237,6 @@ i18n.TranslateSwitch = class extends React.Component<TranslateSwitchProps,void>{ } else { return plural; } - } } }