Skip to content

Commit a9cb31e

Browse files
yoyo837afc163
andauthored
Update src/Popup/Arrow.tsx
Co-authored-by: afc163 <[email protected]>
1 parent bccdac7 commit a9cb31e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Popup/Arrow.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export interface ArrowProps {
1111
export default function Arrow(props: ArrowProps) {
1212
const { prefixCls, align, arrow } = props;
1313

14-
const {x = 0, y = 0, className } = arrow || {};
14+
const { x = 0, y = 0, className } = arrow || {};
1515

1616
const arrowRef = React.useRef<HTMLDivElement>();
1717

0 commit comments

Comments
 (0)