mirror of
https://github.com/sudoxnym/habitica-self-host.git
synced 2026-08-03 04:29:40 +00:00
Fix for issue noted.
This commit is contained in:
parent
0d58fb0fd3
commit
15eb8db925
1 changed files with 3 additions and 2 deletions
|
|
@ -104,8 +104,9 @@ angular.module('habitrpg')
|
|||
Groups.data.party = party;
|
||||
$state.go('options.social.party');
|
||||
resolve();
|
||||
}).then(function() {
|
||||
$state.reload();
|
||||
if ($state.current.name == "options.social.party") {
|
||||
$state.reload();
|
||||
}
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue