Skip to content

Commit

Permalink
Delete unnecessary whitespaces
Browse files Browse the repository at this point in the history
  • Loading branch information
chimpdev committed Sep 16, 2024
1 parent 2bbd410 commit ee8b7ca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/app/(dashboard)/dashboard/page.js
Original file line number Diff line number Diff line change
Expand Up @@ -1550,7 +1550,7 @@ export default function Page() {
icon: IoMdCheckmarkCircle,
action: () => bulkAction({
data: data.blockedIps,
action: item => deleteBlockedIP(item.value ),
action: item => deleteBlockedIP(item.value),
fetchKey: 'blockedips'
}),
hide: !data.permissions?.canDeleteBlockedIps
Expand Down

0 comments on commit ee8b7ca

Please sign in to comment.