Skip to content

Commit

Permalink
test: 修改react-native-calendars测试用例 (#1652)
Browse files Browse the repository at this point in the history
Signed-off-by: hujinyun <[email protected]>
  • Loading branch information
wh-hujinyun authored Feb 18, 2025
1 parent 67e3c88 commit 80fbd43
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions react-native-calendars/test/Example/test7/TimelineExample.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ export function TimelineExample() {


const timelineProps1: Partial<TimelineProps> = {
start: 9,
end: 18,
start: 8,
end: 19,
overlapEventsSpacing: 8,
rightEdgeSpacing: 24,
};
Expand Down

0 comments on commit 80fbd43

Please sign in to comment.