Skip to content

Commit a29ed63

Browse files
authored
Merge pull request #3068 from StoDevX/settings-devmode-fix
Call dev mode constant in settings as a function
2 parents 3187b08 + 70998ef commit a29ed63

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/views/settings/screens/overview/odds-and-ends.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export class OddsAndEndsSection extends React.Component<Props> {
3434

3535
<ConnectedNotificationsCell onPress={this.onNotificationsButton} />
3636

37-
{isDevMode && (
37+
{isDevMode() && (
3838
<PushButtonCell onPress={this.onDebugButton} title="Debug" />
3939
)}
4040
</Section>

0 commit comments

Comments
 (0)