mirror of
https://github.com/Spythere/stacjownik.git
synced 2026-05-03 13:28:11 +00:00
Poprawki tabeli
This commit is contained in:
@@ -280,10 +280,9 @@ export default defineComponent({
|
||||
() => store.getters[GETTERS.dataStatus]
|
||||
);
|
||||
|
||||
const isDataLoaded = () =>
|
||||
computed(() => {
|
||||
dataConnectionStatus.value == DataStatus.Loaded;
|
||||
});
|
||||
const isDataLoaded = computed(() => {
|
||||
return dataConnectionStatus.value == DataStatus.Loaded;
|
||||
});
|
||||
|
||||
return {
|
||||
isDataLoaded,
|
||||
|
||||
Reference in New Issue
Block a user