Fix: Some display issues (#2219)
* Update LeftNav.tsx * Update RightNav.tsx
This commit is contained in:
parent
9f82441c37
commit
b942da162a
2 changed files with 2 additions and 3 deletions
|
@ -52,7 +52,7 @@ export function DesktopRightNav() {
|
|||
</Text>
|
||||
</View>
|
||||
) : undefined}
|
||||
<View style={[s.flexRow]}>
|
||||
<View style={[{flexWrap: 'wrap'}, s.flexRow]}>
|
||||
{hasSession && (
|
||||
<>
|
||||
<TextLink
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue