Skip to content

Commit

Permalink
fix(actions): fix event is not defined error
Browse files Browse the repository at this point in the history
  • Loading branch information
mattlewis92 committed Mar 26, 2019
1 parent 0a8bb10 commit 2a2822f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ export class CalendarEventActionsComponent {
@Input() customTemplate: TemplateRef<any>;

trackByActionId = (index: number, action: EventAction) =>
action.id ? action.id : event;
action.id ? action.id : action;
}

0 comments on commit 2a2822f

Please sign in to comment.