mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
Poprawka w ładowaniu rozkładów
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
<template>
|
||||
<div class="scenery-history">
|
||||
<div>HISTORIA DYŻURÓW</div>
|
||||
<!-- <div>HISTORIA DYŻURÓW</div>
|
||||
|
||||
<ul>
|
||||
<li v-for="(dispatcher, i) in dispatcherHistory" :key="i">
|
||||
@@ -8,7 +8,7 @@
|
||||
|
||||
{{ timestampToString(dispatcher.dispatcherFrom) }}
|
||||
</li>
|
||||
</ul>
|
||||
</ul> -->
|
||||
</div>
|
||||
</template>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user