removed useless editCache set

This commit is contained in:
Jori Lallo
2017-09-12 20:55:05 -07:00
parent c194667b6f
commit 688d84392b

View File

@@ -107,7 +107,6 @@ type Props = {
onClickEdit = () => {
if (!this.document) return;
const url = `${this.document.url}/edit`;
this.editCache = document.text;
this.props.history.push(url);
};