Fix web sidebar listing of invite codes

zio/stable
Paul Frazee 2023-04-05 20:43:11 -05:00
parent ea04c2bd33
commit 4f886f712c
1 changed files with 2 additions and 2 deletions

View File

@ -45,7 +45,7 @@ export const DesktopRightNav = observer(function DesktopRightNav() {
) )
}) })
function InviteCodes() { const InviteCodes = observer(() => {
const store = useStores() const store = useStores()
const pal = usePalette('default') const pal = usePalette('default')
@ -72,7 +72,7 @@ function InviteCodes() {
</Text> </Text>
</TouchableOpacity> </TouchableOpacity>
) )
} })
const styles = StyleSheet.create({ const styles = StyleSheet.create({
rightNav: { rightNav: {