Skip to content

Commit

Permalink
use === production instead
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAlec committed Aug 22, 2024
1 parent 490a5a8 commit b843b4f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playground/nextjs-app-router/components/demo/Swap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function SwapComponent() {
/>
<SwapButton
disabled={
ENVIRONMENT_VARIABLES[ENVIRONMENT.ENVIRONMENT] != 'preview'
ENVIRONMENT_VARIABLES[ENVIRONMENT.ENVIRONMENT] === 'production'
}
/>
<SwapMessage />
Expand Down

0 comments on commit b843b4f

Please sign in to comment.