fix(shared): Always show flags. Fixes #5489
This commit is contained in:
parent
0780e22ae0
commit
548c93a2a0
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@ export const DraftMenu = ({
|
|||
]
|
||||
|
||||
const items = []
|
||||
if (control >= uiSettingsConfig.kiosk.control && flags)
|
||||
if (flags)
|
||||
items.push([
|
||||
<FlagsAccordionTitle flags={flags} key={1} />,
|
||||
<FlagsAccordionEntries {...{ update, control, flags }} key={2} />,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue