Skip to content

Commit

Permalink
Update DraggableSignature.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
DonnyLe committed Jan 26, 2025
1 parent cb00769 commit b40db01
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export default function DraggableSignature({
display: 'inline-block',
cursor: 'pointer',
padding: 4,
},
},
};
return (
<Draggable onStop={onEnd}>
Expand Down

0 comments on commit b40db01

Please sign in to comment.