We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
app/assets/javascripts/component_data/member.js.coffee file. Wrong bind?
app/assets/javascripts/component_data/member.js.coffee
channel.bind 'account', (data) => gon.accounts[data.currency.code] = data @trigger 'account::update', gon.accounts
Probably, it should be
channel.bind 'accounts', (data) => gon.accounts[data.currency.code] = data @trigger 'account::update', gon.accounts
The text was updated successfully, but these errors were encountered:
@dinesh-skyach can you please validate this with 1-8 Peatio branch?
Sorry, something went wrong.
@yivo I did check this and found that there is no event "account" or "accounts" triggered from Peatio.
No branches or pull requests
app/assets/javascripts/component_data/member.js.coffee
file. Wrong bind?Probably, it should be
The text was updated successfully, but these errors were encountered: