Remove report post option from PWI (#3510)

zio/stable
Paul Frazee 2024-04-12 14:43:55 -07:00 committed by GitHub
parent ec5c4929c1
commit 4fab3c42f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 25 additions and 21 deletions

View File

@ -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>