scroller sponsorów projektu w modalu

This commit is contained in:
2024-03-03 14:31:04 +01:00
parent 9c2f0ac797
commit e222dc63eb
8 changed files with 183 additions and 104 deletions
-2
View File
@@ -98,8 +98,6 @@ export default defineComponent({
fallbackName += isCarPassenger ? 'passenger' : 'cargo';
}
console.log(stockName, fallbackName);
(event.target as HTMLImageElement).src = `/images/icon-${fallbackName}.png`;
}
}