fix: remove unused parameters
This commit is contained in:
parent
ee330cd925
commit
e1c9cdd586
2 changed files with 1 additions and 8 deletions
|
|
@ -16,13 +16,6 @@ import CommissionsList from './components/CommissionsList'
|
|||
const styles = {
|
||||
listViewButton: {
|
||||
marginLeft: 4
|
||||
},
|
||||
autoComplete: {
|
||||
width: '100%'
|
||||
},
|
||||
bold: {
|
||||
fontWeight: 'bold',
|
||||
height: 200
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -14,7 +14,7 @@ import {
|
|||
} from 'src/pages/Commissions/helper'
|
||||
|
||||
const CommissionsDetails = memo(
|
||||
({ config, locale, currency, data, error, save, saveOverrides, classes }) => {
|
||||
({ config, locale, currency, data, error, save, saveOverrides }) => {
|
||||
const [isEditingDefault, setEditingDefault] = useState(false)
|
||||
const [isEditingOverrides, setEditingOverrides] = useState(false)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue