mirror of
https://github.com/mue/mue.git
synced 2026-07-20 15:34:10 +02:00
refactor: cleanup
This commit is contained in:
@@ -15,8 +15,8 @@ const SortableContainer = sortableContainer(({children}) => {
|
||||
});
|
||||
|
||||
export default class OrderSettings extends React.PureComponent {
|
||||
constructor(...args) {
|
||||
super(...args);
|
||||
constructor() {
|
||||
super();
|
||||
this.state = {
|
||||
items: JSON.parse(localStorage.getItem('order'))
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user