Fix type
This commit is contained in:
parent
7d6d5e2e1d
commit
0443e76384
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ import Menu from '../../../assets/menu'
|
|||
import Link from '../../../assets/link'
|
||||
|
||||
interface Props {
|
||||
type: string
|
||||
type: string | null
|
||||
click: () => void
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue