From 1de1d10cf6b823f075112f8f938963c95b7fd3ba Mon Sep 17 00:00:00 2001 From: Hailey Date: Thu, 8 Feb 2024 12:01:36 -0800 Subject: Fix error screen on native, use `Not Found` for profile errors instead of `Oops!` (#2789) * remove unnecessary `` * show back header on profile error * use `Not Found` instead of `Oops` for account errors * use `Not Found` instead of `Oops` for account errors --- src/view/com/modals/ProfilePreview.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/view/com/modals/ProfilePreview.tsx') diff --git a/src/view/com/modals/ProfilePreview.tsx b/src/view/com/modals/ProfilePreview.tsx index 88b0df71d..1764b6b90 100644 --- a/src/view/com/modals/ProfilePreview.tsx +++ b/src/view/com/modals/ProfilePreview.tsx @@ -46,7 +46,7 @@ export function Component({did}: {did: string}) { if (profileError) { return ( -- cgit 1.4.1