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>
|
</Group>
|
||||||
|
|
||||||
<ScrollArea w="100%">{menuItems}</ScrollArea>
|
<ScrollArea w="100%">{menuItems}</ScrollArea>
|
||||||
|
{!isCloud() && (
|
||||||
<div className={classes.text}>
|
<div className={classes.text}>
|
||||||
<Text
|
<Text
|
||||||
size="sm"
|
size="sm"
|
||||||
|
|
@ -212,6 +213,7 @@ export default function SettingsSidebar() {
|
||||||
v{APP_VERSION}
|
v{APP_VERSION}
|
||||||
</Text>
|
</Text>
|
||||||
</div>
|
</div>
|
||||||
|
)}
|
||||||
|
|
||||||
{isCloud() && (
|
{isCloud() && (
|
||||||
<div className={classes.text}>
|
<div className={classes.text}>
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue