Skip to content

Commit a8c27c9

Browse files
committed
Format
1 parent 14a65d5 commit a8c27c9

File tree

1 file changed

+1
-3
lines changed
  • newIDE/app/src/EventsFunctionsExtensionEditor

1 file changed

+1
-3
lines changed

newIDE/app/src/EventsFunctionsExtensionEditor/index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -296,9 +296,7 @@ export default class EventsFunctionsExtensionEditor extends React.Component<
296296
selectedEventsBasedBehavior,
297297
selectedEventsBasedObject,
298298
},
299-
() => {
300-
this.updateToolbar();
301-
}
299+
() => this.updateToolbar()
302300
);
303301
return;
304302
}

0 commit comments

Comments
 (0)