Add FDBS historic cars
This commit is contained in:
@@ -143,6 +143,17 @@ async function reset() {
|
||||
color="info"
|
||||
name="Hilfsfahrzeuge in und für Werkstätten"
|
||||
/>
|
||||
<StatsBlock
|
||||
:total="specialCars.historic.length"
|
||||
:found="
|
||||
tramStore.specials.bsag.filter((id) =>
|
||||
specialCars.historic.some((t) => id === t[0])
|
||||
).length
|
||||
"
|
||||
icon="museum"
|
||||
color="info"
|
||||
name="Freunde der Bremer Straßenbahn e.V."
|
||||
/>
|
||||
</div>
|
||||
</VaCardContent>
|
||||
</VaCard>
|
||||
|
||||
Reference in New Issue
Block a user