Skip to content

Commit

Permalink
Fallback to playlist name on playlist page
Browse files Browse the repository at this point in the history
  • Loading branch information
miko committed Nov 14, 2024
1 parent cfc2de6 commit 36eb034
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/page/collection/internal/collectionHeader/view.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const CollectionHeader = (props: Props) => {
<div className="collection-header__content">
<div className="collection-header__content-top">
<div className="collection-header__title">
{collection.title}
{collection.title || collection.name}
{uri ? <ClaimAuthor uri={uri} /> : <h1>{collection.name}</h1>}
</div>
<div className="collection-header__actions">
Expand Down

0 comments on commit 36eb034

Please sign in to comment.