Fix typos in last commit

This commit is contained in:
John Lyon-Smith
2018-05-15 13:17:58 -07:00
parent aa2da7d55d
commit 4220df4ca5
8 changed files with 8 additions and 8 deletions

View File

@@ -191,7 +191,7 @@ export class Activity extends React.Component {
@autobind
handleDonePress() {
const { binder } = this.state
let obj = binder.getmodifiedBindingValues()
let obj = binder.getModifiedBindingValues()
if (!obj._id) {
api