Skip to content

Commit

Permalink
Fix 479: Adjust comparison between two booleans (#237)
Browse files Browse the repository at this point in the history
  • Loading branch information
jggoebel authored Jan 2, 2025
1 parent f2ab2bf commit 2e54a82
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -725,8 +725,8 @@ <h4>Basic Information</h4>
<tr>
<td>Restricted Bind</td>
@if (
se.disable_restriction ==
uneditedScheduledEvent.disable_restriction
!!se.disable_restriction ==
!!uneditedScheduledEvent.disable_restriction
) {
<td>
{{ !se.disable_restriction }}
Expand Down

0 comments on commit 2e54a82

Please sign in to comment.