feat(ui): remove warnings
This commit is contained in:
parent
0f1232f3a7
commit
f3efa296df
2 changed files with 3 additions and 2 deletions
|
|
@ -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 (
|
||||
<div
|
||||
|
|
|
|||
|
|
@ -1,5 +1,5 @@
|
|||
import React from 'react';
|
||||
import { Icon, Tooltip } from 'UI';
|
||||
import { Icon } from 'UI';
|
||||
import cn from 'classnames';
|
||||
import HealthModal from 'Components/Header/HealthStatus/HealthModal/HealthModal';
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue