From 6e27d13a1188b5adab644cbf15662bf8328dc67a Mon Sep 17 00:00:00 2001 From: Xevion Date: Fri, 20 May 2022 12:53:57 -0500 Subject: [PATCH] Change SeasonListItem to handle null episode data with Skeleton, change key to use index-based key --- src/components/SeasonList.vue | 2 +- src/components/SeasonListItem.vue | 25 ++++++++++++++++++++----- 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/src/components/SeasonList.vue b/src/components/SeasonList.vue index e2f1e05..720633f 100644 --- a/src/components/SeasonList.vue +++ b/src/components/SeasonList.vue @@ -16,7 +16,7 @@