Tweaks to mobile onboard

This commit is contained in:
Paul Frazee 2023-08-29 23:02:37 -07:00
parent 5e765bf1cb
commit b847917969
2 changed files with 7 additions and 6 deletions

View file

@ -100,9 +100,9 @@ export const ViewHeader = observer(function ({
</View>
{renderButton ? (
renderButton()
) : (
) : showBackButton ? (
<View style={canGoBack ? styles.backBtn : styles.backBtnWide} />
)}
) : null}
</Container>
)
}