summaryrefslogtreecommitdiff
path: root/src/i18n.tsx
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-11-16 23:34:25 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-11-16 23:34:25 +0100
commit58b44ff13550bd9ee2ec8b049b78f53febf61611 (patch)
tree277de3e95d584975164a3e09089774cb8c8c9fa8 /src/i18n.tsx
parentdb0d204a3ca3e1fba7d652fe70b2412e3e30d231 (diff)
downloadwallet-core-58b44ff13550bd9ee2ec8b049b78f53febf61611.tar.gz
wallet-core-58b44ff13550bd9ee2ec8b049b78f53febf61611.tar.bz2
wallet-core-58b44ff13550bd9ee2ec8b049b78f53febf61611.zip
fix syntax
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;
}
- }
}
}