mirror of
https://github.com/mue/mue.git
synced 2026-07-27 10:41:08 +02:00
fix: minor fixes and cleanup
This commit is contained in:
@@ -462,7 +462,11 @@ export default class Quote extends PureComponent {
|
||||
{this.state.authorOccupation !== 'Unknown' ? (
|
||||
<span className="subtitle">{this.state.authorOccupation}</span>
|
||||
) : null}
|
||||
<span className="author-license">{this.state.authorimglicense ? this.state.authorimglicense.replace(' undefined. ', ' ') : null}</span>
|
||||
<span className="author-license">
|
||||
{this.state.authorimglicense
|
||||
? this.state.authorimglicense.replace(' undefined. ', ' ')
|
||||
: null}
|
||||
</span>
|
||||
</div>
|
||||
) : (
|
||||
<div className="author-content whileLoading" ref={this.quoteauthor}>
|
||||
|
||||
Reference in New Issue
Block a user