diff --git a/src/components/contextual/pages/vebal/MyVeBAL/MyVeBAL.vue b/src/components/contextual/pages/vebal/MyVeBAL/MyVeBAL.vue index cd77428492..e18943df20 100644 --- a/src/components/contextual/pages/vebal/MyVeBAL/MyVeBAL.vue +++ b/src/components/contextual/pages/vebal/MyVeBAL/MyVeBAL.vue @@ -21,9 +21,7 @@ const { * COMPUTED */ -const isLoading = computed( - () => isLoadingLockPool.value || isLoadingLockInfo.value -); +const isLoading = computed(() => isLoadingLockPool || isLoadingLockInfo.value);