diff --git a/src/components/App.jsx b/src/components/App.jsx index 8eefa321..84043a01 100644 --- a/src/components/App.jsx +++ b/src/components/App.jsx @@ -74,7 +74,6 @@ export default class App extends React.Component { } saveStyle(snapshotStyle) { - snapshotStyle.modified = new Date().toJSON() this.styleStore.save(snapshotStyle) }