From 03a9a65b1a624d2a822fce40c353dc4891a2c6d1 Mon Sep 17 00:00:00 2001 From: Dean Sofer Date: Sun, 13 Oct 2024 12:56:21 -0700 Subject: [PATCH] Update index.tsx --- src/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.tsx b/src/index.tsx index 4203ee7..76971ce 100644 --- a/src/index.tsx +++ b/src/index.tsx @@ -265,7 +265,7 @@ export function App() { {friendData ? : account_circle} -

{friendData?.name}

+

{friendData?.name ?? 'Offline'}