Skip to content

Commit

Permalink
cci(danger): fix flipped condition in 5f173f0
Browse files Browse the repository at this point in the history
  • Loading branch information
ChlodAlejandro committed Mar 21, 2024
1 parent 16bb53a commit 87d5c6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/root/DeputyContributionSurveyRow.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ export default class DeputyContributionSurveyRow extends EventTarget implements
if ( this.unfinishedMessageBox ) {
this.unfinishedMessageBox.toggle(
// If using danger mode, this should always be enabled.
window.deputy.config.core.dangerMode.get() ||
!window.deputy.config.core.dangerMode.get() &&
unfinishedWithStatus
);
}
Expand Down

0 comments on commit 87d5c6f

Please sign in to comment.