We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 73ecd47 + 0ca1eba commit a66f5feCopy full SHA for a66f5fe
1 file changed
src/lib/components/events/MonthEvents.tsx
@@ -88,7 +88,7 @@ const MonthEvents = ({
88
style={{ top: topSpace, fontSize: 11 }}
89
onClick={(e) => {
90
e.stopPropagation();
91
- onViewMore(event.start);
+ onViewMore(today);
92
}}
93
>
94
{`${Math.abs(events.length - i)} ${translations.moreEvents}`}
0 commit comments