From e12b1fd5222a1bafe7efa8c0612c75e0fc0e6560 Mon Sep 17 00:00:00 2001 From: Lucas Oliveira Date: Thu, 23 Nov 2023 14:40:09 -0300 Subject: [PATCH] Removed unused parameters --- src/frontend/src/components/keypairListComponent/index.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontend/src/components/keypairListComponent/index.tsx b/src/frontend/src/components/keypairListComponent/index.tsx index ca63c362c..2f175ea67 100644 --- a/src/frontend/src/components/keypairListComponent/index.tsx +++ b/src/frontend/src/components/keypairListComponent/index.tsx @@ -12,8 +12,6 @@ export default function KeypairListComponent({ disabled, editNode = false, duplicateKey, - advanced = false, - dataValue, }: KeyPairListComponentType): JSX.Element { useEffect(() => { if (disabled) {