bug fixes

This commit is contained in:
ingawei 2022-09-15 17:32:03 -07:00
parent 0c57bf4bdb
commit eb4d49b89d

View File

@ -339,8 +339,8 @@ export function ExtraMobileContractDetails(props: {
}
export function GroupDisplay(props: {
groupToDisplay: GroupLink
isMobile: boolean
groupToDisplay?: GroupLink | null
isMobile?: boolean
}) {
const { groupToDisplay, isMobile } = props
if (groupToDisplay) {