removed useless async

This commit is contained in:
Jori Lallo
2017-09-12 20:52:17 -07:00
parent e6f99bc3fb
commit c194667b6f

View File

@@ -152,7 +152,7 @@ type Props = {
this.document.updateData({ text }, true);
};
onCancel = async () => {
onCancel = () => {
let url;
if (this.document && this.document.url) {
url = this.document.url;