Hide version in cloud
This commit is contained in:
parent
b81c9ee10c
commit
a7dd9b9198
1 changed files with 13 additions and 11 deletions
|
|
@ -201,6 +201,7 @@ export default function SettingsSidebar() {
|
|||
</Group>
|
||||
|
||||
<ScrollArea w="100%">{menuItems}</ScrollArea>
|
||||
{!isCloud() && (
|
||||
<div className={classes.text}>
|
||||
<Text
|
||||
size="sm"
|
||||
|
|
@ -212,6 +213,7 @@ export default function SettingsSidebar() {
|
|||
v{APP_VERSION}
|
||||
</Text>
|
||||
</div>
|
||||
)}
|
||||
|
||||
{isCloud() && (
|
||||
<div className={classes.text}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue