This commit is contained in:
Eric Bailey
2025-04-02 15:38:33 -05:00
parent 750ed09fa6
commit 5fb56eb90d
+1 -7
View File
@@ -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({