mirror of
https://github.com/ditatompel/xmr-remote-nodes.git
synced 2024-12-22 11:39:23 +00:00
fix(ui): Ambigous self-closing HTML tags non-void elements
This commit is contained in:
parent
dd0095a767
commit
7cc2b1035f
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@
|
|||
</script>
|
||||
|
||||
{#if $rowCount === undefined}
|
||||
<div />
|
||||
<div></div>
|
||||
{:else}
|
||||
<div class={$$props.class ?? 'mr-6 leading-8 lg:leading-10'}>
|
||||
{#if $rowCount.total > 0}
|
||||
|
|
Loading…
Reference in a new issue