Skip to content

Commit

Permalink
web/satellite: Hide link for STORJ bonus
Browse files Browse the repository at this point in the history
The link for STORJ bonus transactions in the token transactions table
has been removed.

Issue: #6898

Change-Id: Ifb4e9745a48bc3b1ac3ca77f54e1b8c1175e66f6
  • Loading branch information
wilfred-asomanii authored and Storj Robot committed Apr 9, 2024
1 parent 89d92f4 commit d01b20e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -51,7 +51,7 @@
</v-chip>
</template>
<template #item.link="{ item }">
<a :href="item.link" target="_blank" rel="noopener noreferrer" class="link">View</a>
<a v-if="!item.type.includes('bonus')" :href="item.link" target="_blank" rel="noopener noreferrer" class="link">View</a>
</template>
</v-data-table>
</v-card>
Expand Down

0 comments on commit d01b20e

Please sign in to comment.