fix: welcome modal text and colour picker icon

This commit is contained in:
David Ralph
2021-03-21 13:19:24 +00:00
parent d99cc7869a
commit c6dd27180a
4 changed files with 8 additions and 6 deletions

View File

@@ -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'>