Fix lint error

This commit is contained in:
Quincy Morgan
2020-09-11 14:38:17 -04:00
parent c4fcb23a30
commit 546de3d22e
+1 -1
View File
@@ -147,7 +147,7 @@ export function uiInspector(context) {
});
if (preset) {
entityEditor.presets([preset])
entityEditor.presets([preset]);
}
editorPane
.call(entityEditor);