From 3f998296febd23f90a8473957281b20b33810db3 Mon Sep 17 00:00:00 2001 From: Vladyslav Matsiiako Date: Thu, 27 Jul 2023 13:33:31 -0700 Subject: [PATCH] ip table fix --- .../Project/IPAllowListPage/components/IPAllowlistTable.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/views/Project/IPAllowListPage/components/IPAllowlistTable.tsx b/frontend/src/views/Project/IPAllowListPage/components/IPAllowlistTable.tsx index d160f15db..05f65e3ad 100644 --- a/frontend/src/views/Project/IPAllowListPage/components/IPAllowlistTable.tsx +++ b/frontend/src/views/Project/IPAllowListPage/components/IPAllowlistTable.tsx @@ -138,7 +138,7 @@ export const IPAllowlistTable = ({ ); })} - {isLoading && } + {isLoading && } {!isLoading && data && data?.length === 0 && (