Lint and cleanup

This commit is contained in:
fragosti
2018-06-01 17:37:32 -07:00
parent 95086a75e6
commit a74597c7cd
5 changed files with 8 additions and 8 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>;