Skip to content

Commit 51d7c68

Browse files
committed
Update App.tsx
1 parent 3f3b704 commit 51d7c68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/App.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ const App = () => {
3636
</div>
3737
{startDate && endDate && (
3838
<>
39-
<TimeBasedWrapperV1 startDate={startDate} endDate={endDate}>
39+
<TimeBasedWrapperV1 incomingStartDate={startDate} incomingEndDate={endDate}>
4040
<ComponentToRender version='v1 contains normal implementation' />
4141
</TimeBasedWrapperV1>
4242
<br />

0 commit comments

Comments
 (0)