Skip to content

Commit

Permalink
fix(dashboard/sidebar): remove unnecessary badge count added to bot d…
Browse files Browse the repository at this point in the history
…enies tab name
  • Loading branch information
chimpdev committed Dec 21, 2024
1 parent 420b78e commit 37d14bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/(dashboard)/components/Sidebar/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ export default function Sidebar() {
},
{
id: 'botDenies',
name: `Bot Denies${data?.botDenies?.length ? ` (${data.botDenies.length})` : ''}`,
name: 'Bot Denies',
icon: FaUserTimes,
disabled: data?.permissions?.canDeleteBotDenies === false,
badge: {
Expand Down

0 comments on commit 37d14bf

Please sign in to comment.