Dodano podświetlenie rangi supportera w karcie stacji

This commit is contained in:
2020-09-14 23:43:21 +02:00
parent acb4f03b7f
commit e71a9e01f2
4 changed files with 48 additions and 47 deletions
+1
View File
@@ -10,6 +10,7 @@ export default interface Station {
dispatcherName: string;
dispatcherExp: number;
dispatcherId: number;
dispatcherIsSupporter: boolean;
stationLines: string;
stationProject: string;
reqLevel: string;