Skip to content

Commit

Permalink
chore: run demozap on stories
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Aug 15, 2022
1 parent f7fea49 commit 019af59
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions stories/EventParams/EventParams.demozap.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ const EventParams = () => {
});

const onMove = ({ eventType, ...restEventParams }: OnMoveParams) => {
if (JSON.stringify(restEventParams) === JSON.stringify(eventParams)) {
return;
}

if (!selectedEvents.trackOnMove) {
setEventParams(restEventParams);
return;
Expand Down

0 comments on commit 019af59

Please sign in to comment.