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 = () => {
return (
<AppPage title={labels.license.title} >
<Segment last >
<AppPage title={labels.license.title}>
<Segment last>
<AppText>{labels.license.text}</AppText>
</Segment>
</AppPage>