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