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>
|
</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) {
|
||||||
|
|
Loading…
Reference in a new issue