mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
fix undefined reference error
This commit is contained in:
parent
1357adac4d
commit
ac6ff94083
1 changed files with 1 additions and 1 deletions
|
|
@ -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} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue