From 871e3964eadb7c7cfc2c68d1167a52988b623666 Mon Sep 17 00:00:00 2001 From: Harshal sanghvi Date: Tue, 25 Jul 2023 13:54:55 +0530 Subject: [PATCH] Added status on profile picture in bottom tab (#7464) * added last viewed feature * added constants * storing data in global table and added server col * fixed stack screen" * fixed values for crt * fixed threadid store logic * added status on profile in bottom tabs --- app/screens/home/tab_bar/account.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/screens/home/tab_bar/account.tsx b/app/screens/home/tab_bar/account.tsx index ba4595297..1b27852fc 100644 --- a/app/screens/home/tab_bar/account.tsx +++ b/app/screens/home/tab_bar/account.tsx @@ -34,7 +34,7 @@ const Account = ({currentUser, isFocused, theme}: Props) => {