🔧 Ability to import CV search result into mongo
This commit is contained in:
@@ -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}>
|
||||
|
||||
Reference in New Issue
Block a user