diff --git a/components/CheckWalletTab.vue b/components/CheckWalletTab.vue
index e98560f..6047f26 100644
--- a/components/CheckWalletTab.vue
+++ b/components/CheckWalletTab.vue
@@ -6,7 +6,7 @@
Shield PAS tokens to Incognitee
-
+
Shielding your tokens means that you send them from Paseo to Incognitee where you can then transfer them
privately
@@ -46,7 +46,7 @@ import {Keyring} from "@polkadot/keyring";
import {hexToU8a} from "@polkadot/util";
const existential_deposit = 10000000000;
-const txStatus = ref(null)
+const txStatus = ref('')
const accountStore = useAccount()
const incogniteeStore = useIncognitee()
const emit = defineEmits(['change-tab'])