From d0cb4b5b17818301c10de3beeefd0e476ac0ba33 Mon Sep 17 00:00:00 2001 From: Simon Larsen Date: Tue, 11 Jul 2023 09:28:16 +0100 Subject: [PATCH] fix shortlink logs --- .../OnCallPolicy/ExecutionLogs/ExecutionLogsTable.tsx | 4 +++- Model/Models/ShortLink.ts | 2 +- 2 files changed, 4 insertions(+), 2 deletions(-) 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 (