diff --git a/src/common/playlists/FeaturedPlays.jsx b/src/common/playlists/FeaturedPlays.jsx index 55acd641f..55b63ebd6 100644 --- a/src/common/playlists/FeaturedPlays.jsx +++ b/src/common/playlists/FeaturedPlays.jsx @@ -1,6 +1,48 @@ import PlayThumbnail from './PlayThumbnail'; import useFeaturedPlays from 'common/hooks/useFeaturedPlays'; +const PlayCardSkeleton = () => ( +
Loading...
} + {loading && [1, 2, 3, 4].map((n) =>{error?.message ?? 'Something went wrong'}
} {success && data?.map((play, index) =>