Skip to content

Commit efea456

Browse files
committed
Remove redundant 'undefined" value for render prop.
1 parent 6252528 commit efea456

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/ui/src/components/Timeline/TimelinePoint.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ export const TimelinePoint: FC<TimelnePointProps> = ({
3434
className,
3535
icon: Icon,
3636
theme: customTheme = {},
37-
render = undefined,
37+
render,
3838
...props
3939
}) => {
4040
const { horizontal } = useTimelineContext();

0 commit comments

Comments
 (0)