[DE mobile] Fix edit settings
This commit is contained in:
parent
09d3ff76e4
commit
3a651b451c
|
@ -45,7 +45,7 @@ const PageWrap = props => {
|
||||||
}}>center</a>
|
}}>center</a>
|
||||||
<a className={'button' + (align === Asc.c_oAscAlignH.Right ? ' active' : '')}
|
<a className={'button' + (align === Asc.c_oAscAlignH.Right ? ' active' : '')}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
props.onAlign(Asc.c_oAscAlignH.Righ)
|
props.onAlign(Asc.c_oAscAlignH.Right)
|
||||||
}}>right</a>
|
}}>right</a>
|
||||||
</Row>
|
</Row>
|
||||||
</ListItem>
|
</ListItem>
|
||||||
|
|
Loading…
Reference in a new issue