Skip to content

Commit

Permalink
Hide transform results button if no transforms
Browse files Browse the repository at this point in the history
  • Loading branch information
avillar committed Oct 21, 2024
1 parent ade3dec commit 170937f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/bblock/ExampleViewer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<v-dialog>
<template #activator="{ props }">
<v-btn
v-if="currentSnippet"
v-if="currentSnippet && bblock.transforms?.length"
prepend-icon="mdi-file-swap"
class="mr-1"
color="primary"
Expand Down

0 comments on commit 170937f

Please sign in to comment.