Skip to content

Commit

Permalink
fix: _swiped to swiped
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyfromundefined committed Dec 18, 2024
1 parent 29e8ee0 commit e328848
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extensions/react-ui-core/src/useStyleEffectSwipeBack.ts
Original file line number Diff line number Diff line change
Expand Up @@ -181,7 +181,7 @@ export function useStyleEffectSwipeBack({
);
});

onTransitionEnd?.({ swiped: _swiped });
onTransitionEnd?.({ swiped });
});
});
});
Expand Down

0 comments on commit e328848

Please sign in to comment.