Skip to content

Commit

Permalink
Fix linter issue
Browse files Browse the repository at this point in the history
  • Loading branch information
wkramer committed Sep 19, 2024
1 parent 9f900f3 commit 2f45986
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions src/components/dialog/StartupDialog.vue
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
<template>
<TermsOfUseDialog v-if="shouldAgreeToTerms && showTermsDialog" v-model="showTermsDialog" />
<SplashScreenDialog v-else-if="splashSrc"
<TermsOfUseDialog
v-if="shouldAgreeToTerms && showTermsDialog"
v-model="showTermsDialog"
/>
<SplashScreenDialog
v-else-if="splashSrc"
v-model="showSplashDialog"
:img-url="splashSrc"
:version="packageConfig.version"
Expand Down

0 comments on commit 2f45986

Please sign in to comment.