mirror of
https://github.com/misenhower/splatoon3.ink.git
synced 2026-04-24 23:07:11 -05:00
Fix an issue with the old tricolor stage handler
This commit is contained in:
parent
e0585bebcb
commit
2dee0c05f4
|
|
@ -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 ||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user