Removes unnecessary spaces

This commit is contained in:
mashazyu
2020-03-23 16:02:22 +01:00
committed by Sofiya Tepikin
parent e80d8880b0
commit e609d51528
+2 -2
View File
@@ -8,8 +8,8 @@ import labels from '../../i18n/en/settings'
const License = () => { const License = () => {
return ( return (
<AppPage title={labels.license.title} > <AppPage title={labels.license.title}>
<Segment last > <Segment last>
<AppText>{labels.license.text}</AppText> <AppText>{labels.license.text}</AppText>
</Segment> </Segment>
</AppPage> </AppPage>