Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[MM-37797] Invert check logic #1710

Merged
merged 1 commit into from
Aug 31, 2021
Merged

[MM-37797] Invert check logic #1710

merged 1 commit into from
Aug 31, 2021

Conversation

Willyfrog
Copy link
Contributor

Summary

Invert the logic so the check can be actioned

Ticket Link

fix over MM-37797

NONE

@Willyfrog Willyfrog added the 2: Dev Review Requires review by a core committer label Aug 25, 2021
@amyblais amyblais added this to the v4.7.0 milestone Aug 30, 2021
@@ -203,13 +203,13 @@ export default class SettingsPage extends React.PureComponent {
key: 'notifications',
data: {
...this.state.notifications,
flashWindow: this.flashWindowRef.current.props.checked ? 2 : 0,
Copy link
Member

@devinbinnie devinbinnie Aug 30, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This was breaking for me on my Windows 10 machine for some reason.

@devinbinnie devinbinnie self-requested a review August 31, 2021 13:19
@devinbinnie devinbinnie added 4: Reviews Complete All reviewers have approved the pull request and removed 2: Dev Review Requires review by a core committer labels Aug 31, 2021
@Willyfrog Willyfrog merged commit ff3c259 into release-4.7 Aug 31, 2021
@Willyfrog Willyfrog deleted the fix-flash-check branch August 31, 2021 13:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
4: Reviews Complete All reviewers have approved the pull request release-note-none
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants