Cleanup
This commit is contained in:
@@ -472,15 +472,9 @@ export function Explore({
|
|||||||
key: `starterPackSkeleton-${index}`,
|
key: `starterPackSkeleton-${index}`,
|
||||||
}),
|
}),
|
||||||
)
|
)
|
||||||
// nothing
|
|
||||||
} else if (suggestedSPsError || !suggestedSPs) {
|
} else if (suggestedSPsError || !suggestedSPs) {
|
||||||
|
// just get rid of the section
|
||||||
i.pop()
|
i.pop()
|
||||||
// i.push({
|
|
||||||
// type: 'error',
|
|
||||||
// key: 'suggestedSPsError',
|
|
||||||
// message: _(msg`Failed to load suggested starter packs`),
|
|
||||||
// error: cleanError(suggestedSPsError),
|
|
||||||
// })
|
|
||||||
} else {
|
} else {
|
||||||
suggestedSPs.starterPacks.map(s => {
|
suggestedSPs.starterPacks.map(s => {
|
||||||
i.push({
|
i.push({
|
||||||
|
|||||||
Reference in New Issue
Block a user