🏞 Beautifying cover display UI

This commit is contained in:
2021-05-31 18:01:11 -07:00
parent 7f67c04467
commit d17afa439a
3 changed files with 22 additions and 12 deletions

View File

@@ -88,10 +88,9 @@ class Import extends React.Component<IProps, IState> {
<span>Import and Tag</span>
</button>
</p>
{/* Folder walk results */}
{!_.isUndefined(this.state.folderWalkResults) ? (
<>
<div>poopie</div>
<Card comicBookCoversMetadata={this.props.garam} />
</>
) : null}