We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f00b13 commit 7be2004Copy full SHA for 7be2004
source/views/sis/balances.js
@@ -59,7 +59,7 @@ class BalancesView extends React.Component {
59
60
componentDidMount() {
61
if (!this.props.alertSeen) {
62
- Alert.alert(LONG_DISCLAIMER, '', [
+ Alert.alert('', LONG_DISCLAIMER, [
63
{text: 'I Disagree', onPress: this.goBack, style: 'cancel'},
64
{text: 'Okay', onPress: this.props.hasSeenAcknowledgement},
65
])
0 commit comments