Skip to content

Commit

Permalink
Merge pull request #46643 from ShridharGoel/patch-18
Browse files Browse the repository at this point in the history
[InternalQA] Show test crash option in staging builds
  • Loading branch information
roryabraham authored Aug 7, 2024
2 parents 56bd6b7 + a9dc9cf commit f287fbe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/TestCrash/index.native.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function TestCrash() {

return (
<View>
{isCrashlyticsDebugEnabled ? (
{isCrashlyticsDebugEnabled || !__DEV__ ? (
<TestToolRow title={toolRowTitle}>
<Button
small
Expand Down

0 comments on commit f287fbe

Please sign in to comment.