chore
This commit is contained in:
@@ -98,7 +98,7 @@ export default function EmailList({
|
||||
}
|
||||
}, [emailAddress, data, selectedEmailId]);
|
||||
|
||||
if (emailAddress) {
|
||||
if (!emailAddress) {
|
||||
return (
|
||||
<div className="grids flex flex-1 animate-fade-in flex-col items-center justify-center p-4 text-center text-neutral-600 dark:text-neutral-400">
|
||||
<BlurImg
|
||||
|
||||
@@ -375,7 +375,7 @@ export default function EmailSidebar({
|
||||
<Skeleton className="h-[50px] w-full rounded-lg" />
|
||||
</div>
|
||||
)}
|
||||
{!error && userEmails && userEmails.length === 0 && (
|
||||
{!error && !isLoading && userEmails && userEmails.length === 0 && (
|
||||
<>
|
||||
{!isCollapsed ? (
|
||||
<div className="flex h-full items-center justify-center">
|
||||
|
||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user