mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-13 19:58:09 +00:00
S in markup fix (#2495)
Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
parent
cee22d6d89
commit
0e40ad596b
@ -107,6 +107,8 @@
|
||||
<th><svelte:self nodes={node.childNodes} /></th>
|
||||
{:else if node.nodeName === 'TD'}
|
||||
<td><svelte:self nodes={node.childNodes} /></td>
|
||||
{:else if node.nodeName === 'S'}
|
||||
<s><svelte:self nodes={node.childNodes} /></s>
|
||||
{:else}
|
||||
Unknown {node.nodeName}
|
||||
{/if}
|
||||
|
Loading…
Reference in New Issue
Block a user