Skip to content

Commit af9951b

Browse files
Remove unused ts directive
1 parent 9a6b5f1 commit af9951b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ui/src/components/DashboardGlobalHealth.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ const DashboardGlobalHealth = () => {
111111
id={'platform_globalhealth'}
112112
alerts={
113113
historyAlertStatus === 'error'
114-
? // @ts-expect-error - FIXME when you are working on it
115-
([
114+
? ([
116115
{
117116
startsAt: startingTimeISO,
118117
endsAt: currentTimeISO,

0 commit comments

Comments
 (0)