Skip to content

Commit

Permalink
Minor fix in panel
Browse files Browse the repository at this point in the history
  • Loading branch information
smalluban committed Jan 20, 2025
1 parent 33a730b commit 578fb09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/panel/views/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export default {
revokeAt="${globalPause?.revokeAt || paused?.revokeAt}"
data-qa="component:pause"
>
${paused?.revokeAt &&
${!!paused?.revokeAt &&
html`
<div layout="row center">
<ui-action>
Expand Down

0 comments on commit 578fb09

Please sign in to comment.