Skip to content

Commit

Permalink
Fix re same for shares
Browse files Browse the repository at this point in the history
  • Loading branch information
LucHeart committed Jan 27, 2024
1 parent e8246c9 commit 3eb207a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/views/dashboard/shockers/shared/SharedShocker.vue
Original file line number Diff line number Diff line change
Expand Up @@ -65,9 +65,9 @@

<b-row v-if="delay.controlsDisabled" align-h="center">
<b-col md="auto">
<b-button id="delayed-actions-button" variant="nano" @click="cancelDelayed">Delayed actions in
<b-button :id="'delayed-actions-button-' + shocker.id" variant="nano" @click="cancelDelayed">Delayed actions in
{{ this.delay.timeRemaining }}s</b-button>
<b-tooltip target="delayed-actions-button" triggers="hover">
<b-tooltip :target="'delayed-actions-button-' + shocker.id" triggers="hover">
Click to cancel
</b-tooltip>
</b-col>
Expand Down

0 comments on commit 3eb207a

Please sign in to comment.