Skip to content

Commit

Permalink
Apply prettier changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lee-to authored and github-actions[bot] committed Oct 27, 2024
1 parent 525138f commit d4b6e15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/UI/resources/js/Support/DispatchEvents.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
export function dispatchEvents(events, type, component, extraProperties = {}) {
if(!events) {
if (!events) {
return
}

Expand Down

0 comments on commit d4b6e15

Please sign in to comment.