Skip to content

Commit

Permalink
fix: review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
eirikhaugstulen committed Aug 13, 2024
1 parent b567783 commit 836e501
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const SkipAction = ({
!pendingApiResponse && updateEventStatus({ status });
};

if (eventDetails.status === 'SKIPPED') {
if (eventDetails.status === EventStatuses.SKIPPED) {
return (
<MenuItem
dense
Expand Down

0 comments on commit 836e501

Please sign in to comment.