diff --git a/components/landing/CuratedList.vue b/components/landing/CuratedList.vue index 94a90b912c..dda34be22a 100644 --- a/components/landing/CuratedList.vue +++ b/components/landing/CuratedList.vue @@ -82,7 +82,7 @@ type Collections = Collection & SomethingWithMeta const collections = ref([]) const updateCollections = async ({ data }) => { - if (!data?.collectionEntities.length) { + if (!data?.collectionEntities?.length) { return } diff --git a/pages/snek/create.vue b/pages/snek/create.vue index 2436f0eba4..5e2459fa67 100644 --- a/pages/snek/create.vue +++ b/pages/snek/create.vue @@ -2,10 +2,13 @@

- +