Make linter happy =D

This commit is contained in:
Calli
2023-10-02 13:34:28 +03:00
parent 8fadb703a8
commit 46e92fc74a
3 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ const StackItem = styled(Stack)(({ theme }) => ({
alignItems: "center",
}));
export const NoPlanetCard = ({}: {}) => {
export const NoPlanetCard = () => {
const theme = useTheme();
return (
<StackItem