Skip to content

Commit

Permalink
Merge pull request #1754 from kkkkYoungJae/master
Browse files Browse the repository at this point in the history
Fix #1752: Quiet mode incorrectly shows activation state in settings
  • Loading branch information
RodriSanchez1 authored Nov 12, 2024
2 parents a427f74 + 89c7478 commit c566874
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Settings/Navigation/Navigation.component.js
Original file line number Diff line number Diff line change
Expand Up @@ -293,7 +293,7 @@ class Navigation extends React.Component {
/>
<ListItemSecondaryAction>
<Switch
checked={this.state.enableQuietBuilderMode}
checked={this.state.quietBuilderMode}
onChange={this.toggleQuietBuilderMode}
value="active"
color="secondary"
Expand Down

0 comments on commit c566874

Please sign in to comment.