Browse Source

remove onChange

maeshinshin 1 year ago
parent
commit
a33c8c6da1
1 changed files with 0 additions and 1 deletions
  1. 0 1
      apps/app/src/components/PageControls/PageControls.tsx

+ 0 - 1
apps/app/src/components/PageControls/PageControls.tsx

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