Skip to content
This repository has been archived by the owner on Sep 11, 2024. It is now read-only.

Commit

Permalink
Fix type of nextEvent
Browse files Browse the repository at this point in the history
  • Loading branch information
andybalaam committed Mar 14, 2023
1 parent 447522b commit 226d1a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/structures/MessagePanel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,7 @@ export default class MessagePanel extends React.Component<IProps, IState> {
mxEv: MatrixEvent,
last = false,
isGrouped = false,
nextEvent?: EventAndShouldShow,
nextEvent: EventAndShouldShow = null,
nextEventWithTile?: MatrixEvent,
): ReactNode[] {
const ret: ReactNode[] = [];
Expand Down

0 comments on commit 226d1a8

Please sign in to comment.