Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ayinloya committed Dec 13, 2024
1 parent fb076ed commit 39e96cd
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ function templateString() {
<button id='allow' data-variant='solid full-width' class='button theme-background'>
Allow
</button>
<button id='cancel' data-variant='outline full-width' class="button" style='--flow-space: 1.5rem' ${(this.hideBack || !this.showNavigation) ? 'hidden' : ''}>
<button id='cancel' data-variant='outline full-width' class="button" style='--flow-space: 1.5rem' ${this.hideBack || !this.showNavigation ? 'hidden' : ''}>
Cancel
</button>
</section>
Expand Down

0 comments on commit 39e96cd

Please sign in to comment.