Address PR feedback

This commit is contained in:
fragosti
2018-06-04 17:02:10 -07:00
parent a74597c7cd
commit cf73363016
8 changed files with 46 additions and 40 deletions

View File

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