Skip to content

Commit

Permalink
Merge pull request #1211 from hypersign-protocol/develop
Browse files Browse the repository at this point in the history
added plus
  • Loading branch information
Pratap2018 authored May 27, 2022
2 parents 01d9a34 + 517a94f commit 8199e7f
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -57,11 +57,12 @@
</b-row>
</b-card>
</b-col>
<draggable v-model="eventData.actions" @end="onEnd" class="drag">
<draggable v-model="eventData.actions" @end="onEnd" class="drag" >
<b-col
md="14"
v-for="action in eventData.actions"
v-bind:key="action._id"
title="Drag to change the position of the action"
>
<b-card v-if="action.type !== 'HYPERSIGN_AUTH' && action.type !=='PRIZE_CARD'">
<b-row cols-sm="1">
Expand Down Expand Up @@ -274,6 +275,7 @@

<b-col cols="2" sm="2" md="2">
<b-badge class="btn-score" >
<img src="../../../../assets/plus.svg" />
{{ action.score }}
</b-badge>
</b-col>
Expand Down

0 comments on commit 8199e7f

Please sign in to comment.