Skip to content

Commit

Permalink
fix: remove version in "About" to fix CI (#463)
Browse files Browse the repository at this point in the history
* remove version

* dumb commit to run ci

* dumb commit to run ci
  • Loading branch information
Tbaut committed Nov 22, 2019
1 parent 6bf57af commit 6dc669a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/screens/About.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,12 @@ import React from 'react';
import { Linking, ScrollView, StyleSheet, Text, View } from 'react-native';
import colors from '../colors';
import fonts from '../fonts';
import packageJson from '../../package.json';

export default class About extends React.PureComponent {
render() {
return (
<ScrollView style={styles.body} contentContainerStyle={{ padding: 20 }}>
<Text style={styles.title}>PARITY SIGNER ({packageJson.version})</Text>
<Text style={styles.title}>PARITY SIGNER</Text>
<View>
<Text style={styles.text}>
The Parity Signer mobile application is a secure air-gapped wallet
Expand Down

0 comments on commit 6dc669a

Please sign in to comment.