mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-29 02:32:18 +00:00
fix: lint unused variable
This commit is contained in:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user