mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-19 04:51:13 +02:00
add routing
This commit is contained in:
@@ -147,7 +147,7 @@ export function MainHeader(props) {
|
||||
}
|
||||
class="main-header__avatar-img"
|
||||
/>
|
||||
{props.user && props.user.isPro ? <ProBadge /> : null}
|
||||
{props.user?.isPro ? <ProBadge /> : null}
|
||||
</HStack>
|
||||
</Button>
|
||||
)}
|
||||
|
Reference in New Issue
Block a user