You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the section "Using components to mark a loan as returned", the description of app/components/loans/loan-row.js says "Also we defined two properties loan and loanStates with value null...".
The code for loan-row.js does not have a loanStates property. I'd submit a pull request removing this, but am unsure why this happened, and whether removing the mention of loanStates is the appropriate fix.
The text was updated successfully, but these errors were encountered:
In the section "Using components to mark a loan as returned", the description of
app/components/loans/loan-row.js
says "Also we defined two properties loan and loanStates with value null...".The code for loan-row.js does not have a
loanStates
property. I'd submit a pull request removing this, but am unsure why this happened, and whether removing the mention ofloanStates
is the appropriate fix.The text was updated successfully, but these errors were encountered: