Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/develop' into bring-integration
Browse files Browse the repository at this point in the history
  • Loading branch information
vsubhuman committed Dec 1, 2024
2 parents 3e76306 + 60a8af4 commit ab7200a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ export default class ThemeSettingsBlock extends Component<Props> {
py: false,
}}
>
{environment.isDev() && (
{(environment.isDev() || environment.isNightly()) && (
<Box sx={{ mt: '20px' }}>
<ThemeToggler intl={intl} />
</Box>
Expand Down

0 comments on commit ab7200a

Please sign in to comment.