-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: sell, buy & cancel estates #493
Conversation
src/Translation/locales/es.json
Outdated
@@ -232,38 +282,18 @@ | |||
"requested": "Pedido", | |||
"required_deposit": "Depósito requerido: {deposit}" | |||
}, | |||
"name": { | |||
"estate": "Inmuebles", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
😅
} | ||
|
||
static defaultProps = { | ||
publication: { price: 0 } |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should let the UI handle an undefined/null publication rather than mocking a default one
} | ||
|
||
renderMessage() { | ||
const { wallet, publication } = this.props |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The following +80 lines are pretty much the same as the ones in BuyParcelPage
, could we componentize them?
8086010
to
29cf3b7
Compare
dc380e4
to
52434b2
Compare
05a58c2
to
51a9ed8
Compare
6791916
to
6a84eea
Compare
Closes #346, #345 & #496