diff --git a/src/client/pages/CountryHome/Repository/Panel/index.tsx b/src/client/pages/CountryHome/Repository/Panel/index.tsx index c50a98ebc0..9c1c01f6c2 100644 --- a/src/client/pages/CountryHome/Repository/Panel/index.tsx +++ b/src/client/pages/CountryHome/Repository/Panel/index.tsx @@ -4,7 +4,7 @@ import { SelectedFilesProvider } from 'client/context/selectedFilesContext' import Panel from './Panel' -const WrappedPanel = () => { +const WrappedPanel: React.FC = () => { return (