From 46b755256248f667757bf9a0213b7d24b76b224e Mon Sep 17 00:00:00 2001 From: mr0x50 <24775431+mroxso@users.noreply.github.com> Date: Thu, 23 Jan 2025 20:14:16 +0100 Subject: [PATCH] enable upload in bottom bar --- lumina/components/BottomBar.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lumina/components/BottomBar.tsx b/lumina/components/BottomBar.tsx index dd11405..4a159a6 100644 --- a/lumina/components/BottomBar.tsx +++ b/lumina/components/BottomBar.tsx @@ -47,12 +47,12 @@ export default function BottomBar() { Follower Feed )} - {/* {pubkey && window.localStorage.getItem('loginType') != 'readOnly_npub' && ( + {pubkey && window.localStorage.getItem('loginType') != 'readOnly_npub' && ( Upload - )} */} + )} Global