FIX: Broken back button on account URLs
This commit is contained in:
parent
68df8f4427
commit
5d494cf158
|
@ -72,7 +72,7 @@ createWidget('user-menu-links', {
|
||||||
glyphs.push({ label: 'user.preferences',
|
glyphs.push({ label: 'user.preferences',
|
||||||
className: 'user-preferences-link',
|
className: 'user-preferences-link',
|
||||||
icon: 'gear',
|
icon: 'gear',
|
||||||
href: `${path}/preferences` });
|
href: `${path}/preferences/account` });
|
||||||
|
|
||||||
return h('ul.menu-links-row', [
|
return h('ul.menu-links-row', [
|
||||||
links.map(l => h('li', this.attach('link', l))),
|
links.map(l => h('li', this.attach('link', l))),
|
||||||
|
|
Loading…
Reference in New Issue