fix: removed divider from report in action drop down
This commit is contained in:
@@ -64,7 +64,7 @@ function ActionsDropdown({
|
||||
>
|
||||
{actions.map(action => (
|
||||
<React.Fragment key={action.id}>
|
||||
{(action.action === ContentActions.DELETE || action.action === ContentActions.REPORT)
|
||||
{(action.action === ContentActions.DELETE)
|
||||
&& <Dropdown.Divider />}
|
||||
|
||||
<Dropdown.Item
|
||||
|
||||
Reference in New Issue
Block a user