fix maintainer add'l lists null check

ref #505
This commit is contained in:
Collin M. Barrett 2018-09-21 20:37:50 -05:00
parent 4ae31f39d4
commit d70a3ce2b5

View file

@ -8,7 +8,7 @@ interface IProps {
export const MaintainerAdditionalLists = (props: IProps) => {
return <div className="col-9">
{props.additionalLists.length > 0
{props.additionalLists && props.additionalLists.length > 0
? <div>
<h4>More by {props.name}:</h4>
<ul>