{__("It looks like you aren't subscribed to any channels yet.")}
@@ -84,28 +70,7 @@ export default class extends React.PureComponent
{
)}
- {!!savedSubscriptions.length && (
-
- {!!subscriptions.length &&
- subscriptions.map(subscription => {
- if (!subscription.claims.length) {
- // will need to update when you can subscribe to empty channels
- // for now this prevents issues with FeaturedCategory being rendered
- // before the names (claim uris) are populated
- return '';
- }
-
- return (
-
- );
- })}
-
- )}
+ {!!claimList.length &&