refactor: revamp the importers & exporters systems to be reused (#3425)
Co-authored-by: jamesgeorge007 <jamesgeorge998001@gmail.com>
This commit is contained in:
@@ -235,7 +235,7 @@ const probableUser = useReadonlyStream(
|
||||
const loadingCurrentUser = computed(() => {
|
||||
if (!probableUser.value) return false
|
||||
else if (!currentUser.value) return true
|
||||
else return false
|
||||
return false
|
||||
})
|
||||
|
||||
const displayName = ref(currentUser.value?.displayName || "")
|
||||
|
||||
Reference in New Issue
Block a user