1
0
Fork 0

remove empty line in kvlist

This commit is contained in:
ChaotiCryptidz 2022-01-22 13:13:04 +00:00
parent e116cbf81b
commit 2cdf5a3c60

View file

@ -123,10 +123,8 @@ export class KVKeysList extends Component<KVKeysListProps, KVKeysListState> {
/> />
</Margin> </Margin>
<br />
<Margin> <Margin>
<ul class="uk-nav uk-nav-default"> <ul class="uk-nav">
{...((): JSX.Element[] => { {...((): JSX.Element[] => {
let secrets: string[] = this.state.keys; let secrets: string[] = this.state.keys;
if (this.state.searchQuery.length > 0) { if (this.state.searchQuery.length > 0) {