mirror of
https://github.com/logos-storage/ethcc-demo.git
synced 2026-01-23 15:33:07 +00:00
remove remnants of fetched from requests store
This commit is contained in:
parent
77cdbbe6e8
commit
b788b2c692
@ -7,11 +7,10 @@ import StorageRequest from '@/components/StorageRequest.vue'
|
||||
import SkeletonLoading from '@/components/SkeletonLoading.vue'
|
||||
|
||||
const requestsStore = useRequestsStore()
|
||||
const { requests, loading, fetched } = storeToRefs(requestsStore)
|
||||
const { requests, loading } = storeToRefs(requestsStore)
|
||||
const route = useRoute()
|
||||
const isLoading = computed(
|
||||
() =>
|
||||
!fetched.value ||
|
||||
loading.value ||
|
||||
!requests.value ||
|
||||
requests.value.size === 0 ||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user