From 5fb56eb90db82ac5dc34a65d933ce8d5c5e05397 Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 2 Apr 2025 15:38:33 -0500 Subject: [PATCH] Cleanup --- src/screens/Search/Explore.tsx | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/screens/Search/Explore.tsx b/src/screens/Search/Explore.tsx index ba2376521f..8fbacc8dee 100644 --- a/src/screens/Search/Explore.tsx +++ b/src/screens/Search/Explore.tsx @@ -472,15 +472,9 @@ export function Explore({ key: `starterPackSkeleton-${index}`, }), ) - // nothing } else if (suggestedSPsError || !suggestedSPs) { + // just get rid of the section i.pop() - // i.push({ - // type: 'error', - // key: 'suggestedSPsError', - // message: _(msg`Failed to load suggested starter packs`), - // error: cleanError(suggestedSPsError), - // }) } else { suggestedSPs.starterPacks.map(s => { i.push({