mirror of
https://github.com/calli-eve/eve-pi.git
synced 2026-02-15 04:08:48 +01:00
Make linter happy =D
This commit is contained in:
@@ -9,7 +9,7 @@ const StackItem = styled(Stack)(({ theme }) => ({
|
||||
alignItems: "center",
|
||||
}));
|
||||
|
||||
export const NoPlanetCard = ({}: {}) => {
|
||||
export const NoPlanetCard = () => {
|
||||
const theme = useTheme();
|
||||
return (
|
||||
<StackItem
|
||||
|
||||
Reference in New Issue
Block a user