Changes
Co-authored-by: renee-png <262607627+renee-png@users.noreply.github.com>
This commit is contained in:
co-authored by
renee-png
parent
11d985d951
commit
36e4b8b636
@@ -57,7 +57,7 @@ function InboxPage() {
|
||||
if (error) {
|
||||
toast.error("Failed to load inbox", { description: error.message });
|
||||
} else {
|
||||
setEmails((data as IncomingEmail[]) ?? []);
|
||||
setEmails((data as unknown as IncomingEmail[]) ?? []);
|
||||
}
|
||||
setLoading(false);
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user