Removed unnecessary InfoDialogProps
parent
800cecbefc
commit
bc9ab24c33
|
@ -3,11 +3,6 @@ import { useAppDispatch, useAppSelector } from 'app/hooks';
|
|||
import InfoDialogComponent from 'components/InfoDialogComponent';
|
||||
import { setCloseDialog } from './infoDialogSlice';
|
||||
|
||||
export interface InfoDialogProps {
|
||||
open: boolean;
|
||||
pokemonId: string | number;
|
||||
}
|
||||
|
||||
const InfoDialog = () => {
|
||||
const dispatch = useAppDispatch();
|
||||
|
||||
|
|
Loading…
Reference in New Issue