mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 05:18:11 +00:00
ikona donatora w zakładce Pociągi; poprawki tłumaczeń
This commit is contained in:
@@ -314,7 +314,7 @@ export const useStore = defineStore('store', {
|
||||
'https://raw.githubusercontent.com/Spythere/api/main/td2/data/donators.json'
|
||||
);
|
||||
|
||||
if (response.data) this.donatorsData = ['Kryszakos'];
|
||||
if (response.data) this.donatorsData = response.data;
|
||||
} catch (error) {
|
||||
console.error('Ups! Wystąpił błąd podczas pobierania informacji o donatorach:', error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user