fix undefined reference error

This commit is contained in:
Collin M. Barrett 2019-09-02 09:10:44 -05:00
parent 1357adac4d
commit ac6ff94083

View file

@ -52,7 +52,7 @@ export const ListInfoDrawer = (props: RouteComponentProps & Props) => {
showLabel={true} />
<LicenseTag
name={props.license && props.license.name}
descriptionUrl={props.license.descriptionUrl} />
descriptionUrl={props.license && props.license.descriptionUrl} />
<SoftwareCloud
software={props.software}
showLabel={true} />