Skip to content

Commit

Permalink
fix(client): only mount ImageWall if necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
Mister-Hope committed Apr 19, 2023
1 parent a9a5393 commit 409b28b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/client/src/components/CommentBox.vue
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,7 @@
/>
<ImageWall
v-if="searchResults.list.length"
:items="searchResults.list"
:column-width="200"
:gap="6"
Expand Down

0 comments on commit 409b28b

Please sign in to comment.