Skip to content

Commit ddd8ce3

Browse files
authored
Remove beta flag from the drawer (#1323)
1 parent 333b968 commit ddd8ce3

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

apps/sensenet/src/components/drawer/PermanentDrawer.tsx

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -117,10 +117,7 @@ export const PermanentDrawer = () => {
117117
return item.primaryText !== 'Settings' && <PermanentDrawerItem item={item} opened={opened} key={index} />
118118
})}
119119
</li>
120-
<li>
121-
{settingsItem && <PermanentDrawerItem item={settingsItem} opened={opened} />}
122-
<div style={{ fontWeight: 'bold', textAlign: 'center' }}>BETA</div>
123-
</li>
120+
<li>{settingsItem && <PermanentDrawerItem item={settingsItem} opened={opened} />}</li>
124121
</List>
125122
</div>
126123
</Paper>

0 commit comments

Comments
 (0)