mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-09-08 08:35:39 -05:00
Fix an issue with the old tricolor stage handler
This commit is contained in:
@@ -64,7 +64,7 @@ function defineSplatfestRegionStore(region) {
|
||||
}
|
||||
|
||||
// Move the thumbnail image to "thumbnailImage" and pull in the high-res image for the stage
|
||||
if (!('thumbnailImage' in fest.tricolorStage)) {
|
||||
if (fest.tricolorStage && !fest.tricolorStage.thumbnailImage) {
|
||||
fest.tricolorStage.thumbnailImage = fest.tricolorStage.image;
|
||||
fest.tricolorStage.image =
|
||||
vsStages.nodes.find(s => s.id === fest.tricolorStage.id)?.originalImage ||
|
||||
|
||||
Reference in New Issue
Block a user