[DE mobile] Fix Bug 57755
This commit is contained in:
parent
367fdab130
commit
06c7b64544
|
@ -68,7 +68,7 @@ const EditTableContents = props => {
|
||||||
return (
|
return (
|
||||||
<Fragment>
|
<Fragment>
|
||||||
<List>
|
<List>
|
||||||
<ListItem title={t('Edit.textStyle')} link="/edit-style-table-contents/" after={activeStyle.displayValue} routeProps={{
|
<ListItem title={t('Edit.textStyle')} link="/edit-style-table-contents/" after={activeStyle ? activeStyle.displayValue : ''} routeProps={{
|
||||||
onStyle: props.onStyle,
|
onStyle: props.onStyle,
|
||||||
arrStyles,
|
arrStyles,
|
||||||
setStyleValue,
|
setStyleValue,
|
||||||
|
|
Loading…
Reference in a new issue