Fix web sidebar listing of invite codes
This commit is contained in:
parent
ea04c2bd33
commit
4f886f712c
1 changed files with 2 additions and 2 deletions
|
@ -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: {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue