Merge commit 'fd3e488c34d22225fb4bd52bf16c15c81ae8ccbe' into patch/6.x

This commit is contained in:
harukin-expo-dev-env
2025-12-28 15:59:27 +00:00

View File

@@ -1290,7 +1290,7 @@ const setStrings = () =>{
}
});
if(trainIconUrl.length > 0){
trainIconUrl.forEach((url,index,array) => {
[trainIconUrl[0], trainIconUrl[trainIconUrl.length - 1]].forEach((url,index,array) => {
if(url && url != ""){
setStationIcon(element.querySelector("img"),url,hasProblem,trainIconUrl.length == 1 ? 100 : index);