diff --git a/Dashboard/src/Components/OnCallPolicy/ExecutionLogs/ExecutionLogsTable.tsx b/Dashboard/src/Components/OnCallPolicy/ExecutionLogs/ExecutionLogsTable.tsx index 18353e6c37..399040f940 100644 --- a/Dashboard/src/Components/OnCallPolicy/ExecutionLogs/ExecutionLogsTable.tsx +++ b/Dashboard/src/Components/OnCallPolicy/ExecutionLogs/ExecutionLogsTable.tsx @@ -135,7 +135,9 @@ const ExecutionLogsTable: FunctionComponent = ( text={OnCallDutyPolicyStatus.Scheduled} /> ); - } else if (item['status'] === OnCallDutyPolicyStatus.Executing) { + } else if ( + item['status'] === OnCallDutyPolicyStatus.Executing + ) { return (