-
- {{ t('Amount') }}
-
- {{ toCurrency(amount) }}
-
-
-
-
- {{ t('Amount Claimed') }}
-
- {{ toCurrency(amountClaimed) }}
-
-
+
+
+
+ {{ t('Amount') }}
+
+ {{ toCurrency(amount) }}
+
-
-
+
+
+ {{ t('Amount Claimed') }}
+
+ {{ toCurrency(amountClaimed) }}
+
+
+
+
+
-import ViewLayout from 'src/layouts/ViewLayout.vue';
+import { useStateStore } from 'stores/useStateStore';
+import LeftMenu from 'components/LeftMenu.vue';
+
+const stateStore = useStateStore();
-
+
+
+
+
+
+
+
+
diff --git a/src/stores/useStateStore.js b/src/stores/useStateStore.js
index 0367c125a..328df9978 100644
--- a/src/stores/useStateStore.js
+++ b/src/stores/useStateStore.js
@@ -40,7 +40,6 @@ export const useStateStore = defineStore('stateStore', () => {
}
return {
- isMounted,
leftDrawer,
rightDrawer,
setMounted,