refactor(elementUpdater): dont append undefined style to node #251

This commit is contained in:
moklick
2020-05-27 18:03:31 +02:00
parent 76a409b1bd
commit a3c5d235bf
-1
View File
@@ -55,7 +55,6 @@ const useElementUpdater = (elements: Elements): void => {
return {
...existingNode,
data,
style,
};
}