Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
Fix an issue where CoinSwap entries were shown as unconfirmed.
Browse files Browse the repository at this point in the history
  • Loading branch information
sproxet committed May 23, 2022
1 parent 078757c commit 115b0c6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
>
Date
</th>
<td v-else-if="!rowData.blockHeight && !rowData.isInstantSendLocked" class="unconfirmed">Unconfirmed</td>
<td v-else-if="rowData.date" class="confirmed">{{createDate}}</td>
<td v-else-if="!rowData.blockHeight && !rowData.isInstantSendLocked" class="unconfirmed">Unconfirmed</td>
<td
v-else
class="vuetable-td-component-relative-date"
Expand Down

0 comments on commit 115b0c6

Please sign in to comment.