Skip to content

Commit 5db78cb

Browse files
committed
Always show ODS button
1 parent 9171644 commit 5db78cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/modules/block/BlockOverview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ const handleViewRawTransactions = () => {
305305
</Flex>
306306

307307
<Flex align="center" gap="12">
308-
<Button v-if="block.stats.tx_count" @click="handleViewODSBlock" type="secondary" size="mini" :class="$style.ods_btn">
308+
<Button @click="handleViewODSBlock" type="secondary" size="mini" :class="$style.ods_btn">
309309
<Icon name="ods" size="12" color="primary" />
310310
ODS
311311
</Button>

0 commit comments

Comments
 (0)