Skip to content

Commit

Permalink
refactor: Remove unused dropdown item in BadgeOperation component
Browse files Browse the repository at this point in the history
  • Loading branch information
robinv8 committed Aug 22, 2024
1 parent e48a13f commit e4d0322
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions ui/src/pages/Admin/Badges/components/Action/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,6 @@ const BadgeOperation = ({ onSelect }: Props) => {
<Dropdown.Menu align="end">
<Dropdown.Item eventKey="active">{t('active')}</Dropdown.Item>
<Dropdown.Item eventKey="inactive">{t('deactivate')}</Dropdown.Item>
<Dropdown.Divider />
<Dropdown.Item>{t('show_logs')}</Dropdown.Item>
</Dropdown.Menu>
</Dropdown>
</td>
Expand Down

0 comments on commit e4d0322

Please sign in to comment.