Skip to content

Commit

Permalink
optional
Browse files Browse the repository at this point in the history
  • Loading branch information
rossedfort committed Oct 2, 2024
1 parent 393dcc9 commit a0604c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/models/event-groups/get-group-name.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const getEventGroupLabel = (event: CommonHistoryEvent): string => {

export const getEventGroupDisplayName = (
event: CommonHistoryEvent,
initialEvent: CommonHistoryEvent,
initialEvent?: CommonHistoryEvent,
): string => {
if (!event) return '';

Expand Down

0 comments on commit a0604c9

Please sign in to comment.