-
- {!isPublished ? (
-
- ) : null}
- {isPremium ? : null}
-
- {isPremium ? `${messages.premiumLabel} ` : ''}
- {type === 'playlist' && !isPublished
- ? messages.hiddenPlaylistLabel
- : type}
-
-
+ {isLoading ? (
+
+ ) : (
+
+ {!isPublished ? (
+
+ ) : null}
+ {isPremium ? : null}
+
+ {isPremium ? `${messages.premiumLabel} ` : ''}
+ {type === 'playlist' && !isPublished
+ ? messages.hiddenPlaylistLabel
+ : type}
+
+
+ )}
{
})}
onClick={isOwner ? handleClickEditTitle : undefined}
>
-
- {title}
-
-
- {isOwner ? (
-
- ) : null}
-
{isLoading ? (
-
- ) : null}
+
+ ) : (
+ <>
+
+ {title}
+
+
+ {!isLoading && isOwner ? (
+
+ ) : null}
+
+ >
+ )}
- {artistName ? (
-
+ {isLoading ? (
+
+ ) : (
+
{messages.by}
{userId !== null ? (
) : null}
- ) : null}
+ )}
- {isLoading ? (
-
- ) : null}
{renderStatsRow(isLoading)}