Fix prettier

This commit is contained in:
Brandon Millman
2018-06-05 16:41:17 -07:00
parent fd4453d85e
commit 479c18e21f

View File

@@ -52,5 +52,5 @@ export const TranslatedText: React.StatelessComponent<TranslatedTextProps> = ({
translate,
children,
deco,
...textProps,
...textProps
}) => <Text {...textProps}>{translate.get(children, deco)}</Text>;