Skip to content
This repository was archived by the owner on Oct 9, 2020. It is now read-only.

Commit 47c78da

Browse files
Jonathon ToonJonathon Toon
authored andcommitted
Remove string
1 parent 9f8f771 commit 47c78da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/components/Settings.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ const Settings = (props, context) => {
166166
</ListViewSection>
167167
</ListView>
168168
<AppVersionStyle>
169-
Version {app.getVersion()}
169+
{app.getVersion()}
170170
</AppVersionStyle>
171171
</InnerContent>
172172
</SettingsStyle>

0 commit comments

Comments
 (0)