{/* Reuse components but pass the specific snapshot data */}
{/* Playlist Compositions if available */}
{selectedSnapshot.playlist_composition && (
Archived Playlists
{/* We need to parse playlist composition if it's stored as JSON string */}
{(() => {
const playlists = safeParse(selectedSnapshot.playlist_composition);
if (!playlists) return No playlist data archived.;
return (