Skip to content

Commit b0f0820

Browse files
committed
Fix
1 parent e1295e8 commit b0f0820

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

components/modules/block/BlockOverview.vue

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@ const handleViewRawTransactions = () => {
345345
}
346346
347347
function triggerClientError() {
348-
throw new Error("Nuxt Button Error");
348+
throw new Error("Nuxt Button Error")
349349
}
350350
</script>
351351
@@ -367,7 +367,7 @@ function triggerClientError() {
367367
</Button>
368368
369369
<!-- <Button @click="router.push(`/block/${height + 1}`)" type="secondary" size="mini"> -->
370-
<Button @click="triggerClientError" type="secondary" size="mini"></Button>
370+
<Button @click="triggerClientError" type="secondary" size="mini">
371371
<Text :class="$style.block_nav__txt">Next</Text>
372372
<Icon name="arrow-redo-right" size="16" color="secondary" />
373373
</Button>

0 commit comments

Comments
 (0)