|
@@ -87,7 +87,6 @@ const WideViewMenuItem = (props: WideViewMenuItemProps): JSX.Element => {
|
|
|
className="form-check-input"
|
|
className="form-check-input"
|
|
|
type="checkbox"
|
|
type="checkbox"
|
|
|
checked={expandContentWidth}
|
|
checked={expandContentWidth}
|
|
|
- onChange={onClickMenuItem}
|
|
|
|
|
/>
|
|
/>
|
|
|
<label className="form-label form-check-label">
|
|
<label className="form-label form-check-label">
|
|
|
{ t('wide_view') }
|
|
{ t('wide_view') }
|