shareish / shareish

Main code of the Shareish platform (backend & frontend)

Home Page:https://shareish.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix: reference address not refreshed on Reference address & Notifications page

rmaree opened this issue · comments

On the account notifications settings page, type and save a new reference address, then go to Account tab, then go back to Reference address & Notifications tab: the old address is still there, only a hard refresh shows the new address.

Solved!

The issue was for the all the settings pages by the way (profile, account and notifications). An error in TheSettingsView.vue. Looping through the user object the wrong way when updating the values.