diff --git a/src/components/Card.jsx b/src/components/Card.jsx index 94d66db..3e6594f 100644 --- a/src/components/Card.jsx +++ b/src/components/Card.jsx @@ -69,6 +69,9 @@ class Card extends React.Component { } renderTags() { + if (!this.props.tags || (this.props.tags && this.props.tags.length === 0)) { + return null + } return (