remove empty line in kvlist
This commit is contained in:
parent
e116cbf81b
commit
2cdf5a3c60
|
@ -123,10 +123,8 @@ export class KVKeysList extends Component<KVKeysListProps, KVKeysListState> {
|
|||
/>
|
||||
</Margin>
|
||||
|
||||
<br />
|
||||
|
||||
<Margin>
|
||||
<ul class="uk-nav uk-nav-default">
|
||||
<ul class="uk-nav">
|
||||
{...((): JSX.Element[] => {
|
||||
let secrets: string[] = this.state.keys;
|
||||
if (this.state.searchQuery.length > 0) {
|
||||
|
|
Loading…
Reference in a new issue