Skip to content

Commit

Permalink
Merge pull request #111 from mbret/develop
Browse files Browse the repository at this point in the history
fix: oupsie
  • Loading branch information
mbret authored Mar 16, 2024
2 parents 5b276fb + 8f946d7 commit a155ab0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/web/src/collections/CollectionDetailsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ export const CollectionDetailsScreen = () => {
</div>
</Box>
<BookListWithControls
data={visibleBooks}
data={visibleBooks ?? []}
defaultSort="alpha"
renderEmptyList={
<div
Expand Down

0 comments on commit a155ab0

Please sign in to comment.