Skip to content

Commit

Permalink
fix blank error panel
Browse files Browse the repository at this point in the history
  • Loading branch information
billyc committed Mar 4, 2022
1 parent 1e7cb0b commit dc7c738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/TabbedDashboardView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
@navigate="onNavigate"
)

p.load-error(@click="authorizeAfterError"): b {{ loadErrorMessage }}
p.load-error(v-show="loadErrorMessage" @click="authorizeAfterError"): b {{ loadErrorMessage }}

</template>

Expand Down

0 comments on commit dc7c738

Please sign in to comment.