🔧 Ability to import CV search result into mongo

This commit is contained in:
2021-08-18 22:16:15 -07:00
parent d7f0bdcdfe
commit 2184b20887
5 changed files with 92 additions and 52 deletions

View File

@@ -38,7 +38,7 @@ class Card extends React.Component<IProps, IState> {
<img src={filePath} alt="Placeholder image" />
</figure>
</div>
{this.props.title && (
{this.props.hasTitle && (
<div className="card-content">
<ul>
<Link to={"/comic/details/" + this.props.mongoObjId}>