Skip to content

Commit

Permalink
Semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
yoyo837 committed Apr 17, 2023
1 parent f7d1e0c commit 7992af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -632,7 +632,7 @@ export function generateTrigger(
...(arrow !== true ? arrow : {}),
x: arrowX,
y: arrowY
}: null
}: null;

// Render
return (
Expand Down

0 comments on commit 7992af7

Please sign in to comment.