mirror of
https://github.com/mue/mue.git
synced 2026-07-22 00:07:23 +02:00
cleanup
This commit is contained in:
@@ -9,6 +9,7 @@ export default class PhotoInformation extends React.PureComponent {
|
||||
render() {
|
||||
let classList = 'infoCard';
|
||||
if (this.props.className) classList = this.props.className;
|
||||
|
||||
return (
|
||||
<div className='photoInformation'>
|
||||
<h1 id='photographer'>{this.props.language.credit}</h1>
|
||||
|
||||
Reference in New Issue
Block a user