Skip to content

Commit 94cda5a

Browse files
committed
chore: unnecessary dependency removed
1 parent e4392b5 commit 94cda5a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/notifications/WebhookConfigurationTable.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ export const WebhookConfigurationTable = ({ state, deleteClickHandler }: Configu
5757
webhookUrl: webhookConfig.webhookUrl,
5858
},
5959
})),
60-
[webhookConfigurationList, deleteClickHandler],
60+
[webhookConfigurationList],
6161
)
6262

6363
return (

0 commit comments

Comments
 (0)