From 6ee7e2a3756a6f748111a833a64f57fdf4ca544c Mon Sep 17 00:00:00 2001 From: joseCorte-exe Date: Wed, 15 Jun 2022 16:11:52 -0300 Subject: [PATCH] preparing to release --- src/components/administrativeTables/NotificationsTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/administrativeTables/NotificationsTable.tsx b/src/components/administrativeTables/NotificationsTable.tsx index 284f730..084ff35 100644 --- a/src/components/administrativeTables/NotificationsTable.tsx +++ b/src/components/administrativeTables/NotificationsTable.tsx @@ -179,7 +179,7 @@ interface NotificationData { } interface NotificationsTableInterface{ - notifications: NotificationData[], + notifications: any, onChange: any }