fix server display name and conf file name

This commit is contained in:
kandrusyak
2022-12-06 18:27:02 +03:00
parent 78f48b240b
commit 428153a9d9
2 changed files with 5 additions and 4 deletions

View File

@@ -620,7 +620,7 @@ class Store {
100
),
state: server.state === '1',
country: countryCodes[server.country] || 'US',
shortCountry: countryCodes[server.country] || 'US',
}));
}