Skip to content

Commit

Permalink
fixed runtime error for 0509.EG.980
Browse files Browse the repository at this point in the history
Closes #1090
  • Loading branch information
CommanderStorm committed Apr 15, 2024
1 parent d8b5046 commit fb6c4d7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webclient/pages/[view]/[id].vue
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ onMounted(() => {
<div v-if="data" class="flex flex-col gap-5">
<!-- Header image (on mobile) -->
<button
v-if="data.imgs"
v-if="data.imgs?.length"
type="button"
class="focusable block lg:hidden print:!hidden"
@click="slideshowOpen = true"
Expand Down

0 comments on commit fb6c4d7

Please sign in to comment.