mirror of
https://github.com/HabitRPG/habitica.git
synced 2025-12-18 15:17:25 +01:00
Triple Equals sign
This commit is contained in:
@@ -104,7 +104,7 @@ angular.module('habitrpg')
|
||||
Groups.data.party = party;
|
||||
$state.go('options.social.party');
|
||||
resolve();
|
||||
if ($state.current.name == "options.social.party") {
|
||||
if ($state.current.name === "options.social.party") {
|
||||
$state.reload();
|
||||
}
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user