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.
2 parents 3187b08 + 70998ef commit a29ed63Copy full SHA for a29ed63
source/views/settings/screens/overview/odds-and-ends.js
@@ -34,7 +34,7 @@ export class OddsAndEndsSection extends React.Component<Props> {
34
35
<ConnectedNotificationsCell onPress={this.onNotificationsButton} />
36
37
- {isDevMode && (
+ {isDevMode() && (
38
<PushButtonCell onPress={this.onDebugButton} title="Debug" />
39
)}
40
</Section>
0 commit comments