Skip to content

Commit

Permalink
chore: Remove useless v-if in AlbumContent
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chemineau <louis@chmn.me>
  • Loading branch information
artonge committed Jul 3, 2024
1 parent a39c102 commit 8bb4e60
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/views/AlbumContent.vue
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@
-->
<template>
<div class="album-container">
<CollectionContent v-if="true"
ref="collectionContent"
<CollectionContent ref="collectionContent"
:collection="album"
:collection-file-ids="albumFileIds"
:loading="loadingCollection || loadingCollectionFiles"
Expand Down

0 comments on commit 8bb4e60

Please sign in to comment.