From 46e92fc74ae3d4ebd8b1bc857dc1e98f245aba48 Mon Sep 17 00:00:00 2001 From: Calli Date: Mon, 2 Oct 2023 13:34:28 +0300 Subject: [PATCH] Make linter happy =D --- src/app/components/PlanetaryInteraction/NoPlanetCard.tsx | 2 +- src/app/components/PlanetaryInteraction/PlanetCard.tsx | 2 +- src/app/layout.tsx | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) 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 (