Remove report post option from PWI (#3510)
This commit is contained in:
parent
ec5c4929c1
commit
4fab3c42f9
1 changed files with 25 additions and 21 deletions
|
@ -283,6 +283,8 @@ let PostDropdownBtn = ({
|
|||
</>
|
||||
)}
|
||||
|
||||
{hasSession && (
|
||||
<>
|
||||
<Menu.Divider />
|
||||
|
||||
<Menu.Group>
|
||||
|
@ -306,6 +308,8 @@ let PostDropdownBtn = ({
|
|||
</Menu.Item>
|
||||
)}
|
||||
</Menu.Group>
|
||||
</>
|
||||
)}
|
||||
</Menu.Outer>
|
||||
</Menu.Root>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue