mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
parent
4ae31f39d4
commit
d70a3ce2b5
1 changed files with 1 additions and 1 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Reference in a new issue