diff --git a/src/components/contextual/pages/dashboard/DashboardTable/ClaimsTable.vue b/src/components/contextual/pages/dashboard/DashboardTable/ClaimsTable.vue index 6d7c37551..b5786d559 100644 --- a/src/components/contextual/pages/dashboard/DashboardTable/ClaimsTable.vue +++ b/src/components/contextual/pages/dashboard/DashboardTable/ClaimsTable.vue @@ -82,6 +82,10 @@ const rewardsData = [ ]; const { upToLargeBreakpoint } = useBreakpoints(); + +const hasCurrentAllocation = computed(() => { + return parseInt(currentAllocation.value as string) > 0; +}); - - + \ No newline at end of file