Skip to content

Commit

Permalink
🚀 Release 1.0.0-beta.96
Browse files Browse the repository at this point in the history
  • Loading branch information
casperiv0 committed May 8, 2022
1 parent 6d4dacf commit 85d5996
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ export function IncidentEventsArea({ disabled, incident }: Props) {
key={event.id}
setTempEvent={setTempEvent}
event={event}
isEditing={tempEvent?.id === event.id}
/>
))
)}
Expand Down

0 comments on commit 85d5996

Please sign in to comment.