Skip to content
Snippets Groups Projects
Commit f6c89008 authored by Cédric Moreau's avatar Cédric Moreau
Browse files

Fix: Settings > Currency should display even with a down server

parent 6b670a6a
No related branches found
No related tags found
No related merge requests found
......@@ -170,8 +170,8 @@ module.exports = (app) => {
state('main.settings.currency', {
url: '/currency',
resolve: {
conf: (bmapi) => co(function *() {
return bmapi.currency.parameters();
conf: (summary) => co(function *() {
return summary.parameters;
})
},
template: require('views/main/settings/tabs/currency'),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment