mirror of
https://github.com/muerwre/vault-frontend.git
synced 2025-04-25 12:56:41 +07:00
fixed node rendering
This commit is contained in:
parent
47c421dbfa
commit
64409359b3
2 changed files with 4 additions and 4 deletions
|
@ -86,7 +86,7 @@ const NodeLayoutUnconnected: FC<IProps> = memo(
|
|||
}, [nodeSetCoverImage, node.cover]);
|
||||
|
||||
return (
|
||||
<Card className={styles.node} seamless>
|
||||
<Card className={styles.node} seamless key={id}>
|
||||
{block && createElement(block, { node, is_loading, updateLayout, layout })}
|
||||
|
||||
<NodePanel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue