redux: fixed performance regression

This commit is contained in:
muerwre 2018-11-26 17:27:06 +07:00
parent 2171a50ef1
commit 0f3217f5df
8 changed files with 88 additions and 96 deletions

View file

@ -8,7 +8,7 @@ type Props = {
setLogo: Function,
}
export const LogoDialog = ({ logo, setLogo }: Props) => (
export const LogoDialog = ({ logo, setLogo }: Props) => (
<div className="helper logo-helper">
<div className="helper-back">
<Icon icon="icon-logo" size={200} />