Skip to content

Commit

Permalink
update transfers ui
Browse files Browse the repository at this point in the history
  • Loading branch information
MickWang committed Apr 24, 2024
1 parent 3db0e5d commit 5267ecb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/transfers.vue
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,8 @@
<CommonCardWithLineButtons>
<FailedDepositLineItem v-for="(item, index) in failedTransfers" :key="index" :transfer="item" as="a" />
</CommonCardWithLineButtons>
<TypographyCategoryLabel v-if="!hasOnlyRecentBridgeOperations">Completed transfers</TypographyCategoryLabel>
</template>
<TypographyCategoryLabel v-if="!hasOnlyRecentBridgeOperations">Completed transfers</TypographyCategoryLabel>

<div v-if="loading">
<CommonCardWithLineButtons>
Expand Down

0 comments on commit 5267ecb

Please sign in to comment.