Skip to content

Commit 9b52caf

Browse files
authored
Added fix for Agenda theme prop bug (#2041)
1 parent 89bcf5b commit 9b52caf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/componentUpdater.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -230,6 +230,7 @@ export function extractReservationListProps(props: AgendaProps) {
230230
// Reservation props
231231
date,
232232
item,
233+
theme,
233234
rowHasChanged,
234235
renderDay,
235236
renderItem,
@@ -256,6 +257,7 @@ export function extractReservationListProps(props: AgendaProps) {
256257
// Reservation props
257258
date,
258259
item,
260+
theme,
259261
rowHasChanged,
260262
renderDay,
261263
renderItem,

0 commit comments

Comments
 (0)