[Glitch] Fix collections not shown on profile when there are no featured tags or accounts
Port 7d58ce309c to glitch-soc
Signed-off-by: Claire <claire.github-309c@sitedethib.com>
This commit is contained in:
@@ -103,7 +103,11 @@ const AccountFeatured: React.FC<{ multiColumn: boolean }> = ({
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (featuredTags.isEmpty() && featuredAccountIds.isEmpty()) {
|
if (
|
||||||
|
featuredTags.isEmpty() &&
|
||||||
|
featuredAccountIds.isEmpty() &&
|
||||||
|
listedCollections.length === 0
|
||||||
|
) {
|
||||||
return (
|
return (
|
||||||
<AccountFeaturedWrapper accountId={accountId}>
|
<AccountFeaturedWrapper accountId={accountId}>
|
||||||
<EmptyMessage
|
<EmptyMessage
|
||||||
|
|||||||
Reference in New Issue
Block a user