mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-08-05 12:02:13 +00:00
fix the reroll buy-button bug
This commit is contained in:
parent
dcc4d0c93e
commit
912b716a28
1 changed files with 1 additions and 1 deletions
|
|
@ -60,7 +60,7 @@
|
|||
|
||||
<!-- left-hand size commands -->
|
||||
<div class="task-controls">
|
||||
{#if equal(@item.type),'reroll')}
|
||||
{#if equal(@item.type,'reroll')}
|
||||
<a class="task-action-btn btn-reroll" data-toggle="modal" data-target="#reroll-modal"><i class='icon-repeat'></i></a>
|
||||
{else}
|
||||
<a class="money btn-buy item-btn" x-bind=click:buyItem data-type={@item.type} data-value={@item.value} data-index={@item.index}>
|
||||
|
|
|
|||
Loading…
Reference in a new issue