Remove unneeded optional
This commit is contained in:
@@ -54,7 +54,7 @@ type Item =
|
|||||||
key: string
|
key: string
|
||||||
}
|
}
|
||||||
|
|
||||||
export function FollowDialog({guide}: {guide?: Follow10ProgressGuide}) {
|
export function FollowDialog({guide}: {guide: Follow10ProgressGuide}) {
|
||||||
const {_} = useLingui()
|
const {_} = useLingui()
|
||||||
const control = Dialog.useDialogControl()
|
const control = Dialog.useDialogControl()
|
||||||
const {gtMobile} = useBreakpoints()
|
const {gtMobile} = useBreakpoints()
|
||||||
|
|||||||
Reference in New Issue
Block a user