Live video on the AT Protocol

Merge pull request #814 from streamplace/natb/hide-login-if-logged-in

feat: hide login if logged in

authored by

Eli Mallon and committed by
GitHub
b04d267f 51089aa2

+1
+1
js/app/src/router.tsx
··· 660 660 options={{ 661 661 drawerIcon: () => <LogIn color={foregroundColor} size={24} />, 662 662 drawerLabel: () => <Text variant="h5">Login</Text>, 663 + drawerItemStyle: { display: userProfile ? "none" : undefined }, 663 664 }} 664 665 /> 665 666 <Drawer.Screen