From 56e4828e8049c7cb0aec27776e66648784da618d Mon Sep 17 00:00:00 2001 From: maciejpedzich Date: Tue, 5 Jul 2022 13:41:53 +0200 Subject: [PATCH] Ensure playlist data's available when displaying --- pages/playlists/[playlistId].vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/playlists/[playlistId].vue b/pages/playlists/[playlistId].vue index 0d66047..709d334 100644 --- a/pages/playlists/[playlistId].vue +++ b/pages/playlists/[playlistId].vue @@ -47,7 +47,7 @@ const isNotFoundError = computed( Something went wrong while fetching playlist's data

-