Skip to content

Commit

Permalink
Fix share dialog. (#30)
Browse files Browse the repository at this point in the history
  • Loading branch information
krazkidd authored Feb 20, 2024
1 parent c46592d commit 26e3ca5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/scoreboard/ScoreboardShareButton.vue
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ function clickQrCode(path: string) {
root: { class: 'w-full md:w-3/4 xl:w-1/2' },
}"
>
<RouterLink :to="scoreboardMenuItem.to!" v-slot="{ href, route, navigate, isActive, isExactActive }" custom>
<RouterLink :to="scoreboardMenuItem.route" v-slot="{ href, route, navigate, isActive, isExactActive }" custom>
<button type="button" @click="clickQrCode(href)" class="block mx-auto mb-3">
<VueQrcode
:value="getScoreboardPath(href)"
Expand Down

0 comments on commit 26e3ca5

Please sign in to comment.