Skip to content

Commit a9d9394

Browse files
committed
fix mock
1 parent b3937d0 commit a9d9394

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

example/src/mocks/agendaItems.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -95,21 +95,21 @@ export const agendaItems = [
9595
]
9696
},
9797
{
98-
title: dates[10],
98+
title: dates[11],
9999
data: [
100100
{hour: '1pm', duration: '1h', title: 'Ashtanga Yoga'},
101101
{hour: '2pm', duration: '1h', title: 'Deep Stretches'},
102102
{hour: '3pm', duration: '1h', title: 'Private Yoga'}
103103
]
104104
},
105105
{
106-
title: dates[11],
106+
title: dates[12],
107107
data: [
108108
{hour: '12am', duration: '1h', title: 'Last Yoga'}
109109
]
110110
},
111111
{
112-
title: dates[12],
112+
title: dates[13],
113113
data: [
114114
{hour: '12am', duration: '1h', title: 'Last Yoga'}
115115
]

0 commit comments

Comments
 (0)