We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9171644 commit 5db78cbCopy full SHA for 5db78cb
components/modules/block/BlockOverview.vue
@@ -305,7 +305,7 @@ const handleViewRawTransactions = () => {
305
</Flex>
306
307
<Flex align="center" gap="12">
308
- <Button v-if="block.stats.tx_count" @click="handleViewODSBlock" type="secondary" size="mini" :class="$style.ods_btn">
+ <Button @click="handleViewODSBlock" type="secondary" size="mini" :class="$style.ods_btn">
309
<Icon name="ods" size="12" color="primary" />
310
ODS
311
</Button>
0 commit comments