Skip to content

Commit

Permalink
chore: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
farfromrefug committed Oct 16, 2024
1 parent 7ac3008 commit c2904f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/utils/svelte/ui.ts
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ export function scale(node, { delay = 0, duration = 400, easing = easings.easeIn
}));
}

export function conditionalEvent(node, { condition, event, callback }) {
export function conditionalEvent(node, { callback, condition, event }) {
let toRemove;
if (condition) {
toRemove = callback;
Expand Down

0 comments on commit c2904f6

Please sign in to comment.