Dodano informacje o wymaganym poziomie, poprawki w wyświetlaniu reszty informacji

This commit is contained in:
2020-07-05 15:12:09 +02:00
parent e545ac1261
commit 9d56e1c43c
5 changed files with 68 additions and 10 deletions
+3
View File
@@ -56,6 +56,9 @@ export default new Vuex.Store({
{ hour12: false, hour: '2-digit', minute: '2-digit' });
}
if (occupiedCode === 1)
occupiedTo = "Z/W";
if (occupiedCode === 2 && occupiedTimestamp === 0)
occupiedTo = "KOŃCZY";
}