Skip to content

Commit 65faa51

Browse files
committed
Removed extra space
1 parent 54bd1a4 commit 65faa51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/timeline/Timeline.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ export interface TimelineProps {
3838
/**
3939
* Pass to handle creation of a new event by long press out on the timeline background
4040
*/
41-
onBackgroundLongPressOut?: TimelineHoursProps['onBackgroundLongPressOut'];
41+
onBackgroundLongPressOut?: TimelineHoursProps['onBackgroundLongPressOut'];
4242
styles?: Theme; //TODO: deprecate (prop renamed 'theme', as in the other components).
4343
theme?: Theme;
4444
scrollToFirst?: boolean;

0 commit comments

Comments
 (0)