Update NodeViewWrapper.tsx

This commit is contained in:
Yousef 2021-06-11 08:33:35 +02:00 committed by GitHub
parent cc6bc0fa40
commit df8310407d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -23,5 +23,4 @@ export const NodeViewWrapper: React.FC<NodeViewWrapperProps> =
}}
/>
)
}
}
})