fix: lint unused variable

This commit is contained in:
Arjan Singh
2025-10-16 18:04:25 -07:00
parent e827138f6f
commit 8b71058c1f

View File

@@ -94,7 +94,6 @@ const inviteCodeClaimed = ref(false)
const { userEmail } = useFirebaseAuthStore()
const inviteCode = computed(() => route.query.inviteCode as string)
const userInitial = computed(() => (userEmail?.[0] || 'U').toUpperCase())
const onSwitchAccounts = () => {
void router.push({