From 2cdf5a3c6053afdbc1d81c0b2ca6f36a71e2b1d5 Mon Sep 17 00:00:00 2001 From: ChaotiCryptidz Date: Sat, 22 Jan 2022 13:13:04 +0000 Subject: [PATCH] remove empty line in kvlist --- src/ui/pages/Secrets/KeyValue/KeyValueList.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/ui/pages/Secrets/KeyValue/KeyValueList.tsx b/src/ui/pages/Secrets/KeyValue/KeyValueList.tsx index b049b85..2025837 100644 --- a/src/ui/pages/Secrets/KeyValue/KeyValueList.tsx +++ b/src/ui/pages/Secrets/KeyValue/KeyValueList.tsx @@ -123,10 +123,8 @@ export class KVKeysList extends Component { /> -
- -
    +
      {...((): JSX.Element[] => { let secrets: string[] = this.state.keys; if (this.state.searchQuery.length > 0) {