From f3efa296df3cdacf503533caff1d6021c4703864 Mon Sep 17 00:00:00 2001 From: nick-delirium Date: Fri, 17 Feb 2023 13:03:34 +0100 Subject: [PATCH] feat(ui): remove warnings --- .../components/Header/HealthStatus/HealthModal/HealthModal.tsx | 3 ++- frontend/app/components/Header/HealthStatus/HealthStatus.tsx | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/frontend/app/components/Header/HealthStatus/HealthModal/HealthModal.tsx b/frontend/app/components/Header/HealthStatus/HealthModal/HealthModal.tsx index 5cce8dc9b..85cfd2dcf 100644 --- a/frontend/app/components/Header/HealthStatus/HealthModal/HealthModal.tsx +++ b/frontend/app/components/Header/HealthStatus/HealthModal/HealthModal.tsx @@ -1,4 +1,5 @@ import React from 'react'; +// @ts-ignore import slide from 'App/svg/cheers.svg'; import { Icon, Button } from 'UI'; import Footer from './Footer' @@ -17,7 +18,7 @@ function Category({ name, healthOk }: { name: string; healthOk: boolean }) { ) } -function HealthModal({ healthOk }: { healthOk: boolean }) { +function HealthModal() { return (