diff --git a/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx b/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx index b2740db..5b1c9ed 100644 --- a/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx +++ b/src/app/components/PlanetaryInteraction/NoPlanetCard.tsx @@ -9,7 +9,7 @@ const StackItem = styled(Stack)(({ theme }) => ({ alignItems: "center", })); -export const NoPlanetCard = ({}: {}) => { +export const NoPlanetCard = () => { const theme = useTheme(); return (