mirror of
https://github.com/mue/mue.git
synced 2026-07-20 15:34:10 +02:00
fix: welcome modal text and colour picker icon
This commit is contained in:
@@ -9,7 +9,9 @@ import Photographer from '@material-ui/icons/Person';
|
||||
export default function PhotoInformation(props) {
|
||||
const language = window.language.widgets.background;
|
||||
|
||||
if (props.info.hidden === true) return null;
|
||||
if (props.info.hidden === true) {
|
||||
return null;
|
||||
}
|
||||
|
||||
return (
|
||||
<div className='photoInformation'>
|
||||
|
||||
Reference in New Issue
Block a user