Fix responsywności widoku scenerii

This commit is contained in:
2022-07-06 22:34:19 +02:00
parent f828a4aca4
commit 10934b12d8
2 changed files with 18 additions and 3 deletions
+1 -2
View File
@@ -65,8 +65,7 @@ export default defineComponent({
else if (
i > 0 &&
i < stops.length - 1 &&
!stop.stopNameRAW.includes('po.') &&
!stop.stopNameRAW.includes('SBL')
!/po\.|sbl/gi.test(stop.stopNameRAW)
)
acc.push(`<span style='color:${stop.confirmed ? 'springgreen' : 'lightgray'}'>${stop.stopName}</span>`);
return acc;