We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1295e8 commit b0f0820Copy full SHA for b0f0820
1 file changed
components/modules/block/BlockOverview.vue
@@ -345,7 +345,7 @@ const handleViewRawTransactions = () => {
345
}
346
347
function triggerClientError() {
348
- throw new Error("Nuxt Button Error");
+ throw new Error("Nuxt Button Error")
349
350
</script>
351
@@ -367,7 +367,7 @@ function triggerClientError() {
367
</Button>
368
369
<!-- <Button @click="router.push(`/block/${height + 1}`)" type="secondary" size="mini"> -->
370
- <Button @click="triggerClientError" type="secondary" size="mini"></Button>
+ <Button @click="triggerClientError" type="secondary" size="mini">
371
<Text :class="$style.block_nav__txt">Next</Text>
372
<Icon name="arrow-redo-right" size="16" color="secondary" />
373
0 commit comments