Fix typos in last commit
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -94,7 +94,7 @@ export class Login extends React.Component {
|
||||
|
||||
@autobind
|
||||
handleLogin() {
|
||||
let obj = this.state.binder.getmodifiedBindingValues()
|
||||
let obj = this.state.binder.getModifiedBindingValues()
|
||||
let { history } = this.props
|
||||
|
||||
if (obj) {
|
||||
|
||||
@@ -161,7 +161,7 @@ export class WorkItem extends React.Component {
|
||||
@autobind
|
||||
handleDonePress() {
|
||||
const { binder } = this.state
|
||||
let obj = binder.getmodifiedBindingValues()
|
||||
let obj = binder.getModifiedBindingValues()
|
||||
|
||||
if (!obj._id) {
|
||||
api
|
||||
|
||||
Reference in New Issue
Block a user