From 4f886f712c09629a8bc2751e360ca2c7f9ae842f Mon Sep 17 00:00:00 2001 From: Paul Frazee Date: Wed, 5 Apr 2023 20:43:11 -0500 Subject: Fix web sidebar listing of invite codes --- src/view/shell/desktop/RightNav.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/view/shell/desktop/RightNav.tsx b/src/view/shell/desktop/RightNav.tsx index a344f0fc0..354257a52 100644 --- a/src/view/shell/desktop/RightNav.tsx +++ b/src/view/shell/desktop/RightNav.tsx @@ -45,7 +45,7 @@ export const DesktopRightNav = observer(function DesktopRightNav() { ) }) -function InviteCodes() { +const InviteCodes = observer(() => { const store = useStores() const pal = usePalette('default') @@ -72,7 +72,7 @@ function InviteCodes() { ) -} +}) const styles = StyleSheet.create({ rightNav: { -- cgit 1.4.1