mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-07-16 08:52:17 +00:00
[#1722] have to click twice for options.profile.profile
This commit is contained in:
parent
b7479e7839
commit
4f52c7e15d
1 changed files with 1 additions and 1 deletions
|
|
@ -58,7 +58,7 @@ window.habitrpg = angular.module('habitrpg',
|
|||
templateUrl: "partials/options.profile.stats.html"
|
||||
})
|
||||
.state('options.profile.profile', {
|
||||
url: "/stats",
|
||||
url: "/profile",
|
||||
templateUrl: "partials/options.profile.profile.html"
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue