Skip to content

Commit

Permalink
oups
Browse files Browse the repository at this point in the history
  • Loading branch information
dlidstrom committed Mar 17, 2022
1 parent 8978503 commit a22dfa3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Snittlistan.Web/Areas/V2/Controllers/RosterController.cs
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ public async Task<ActionResult> EditPlayers(string rosterId, RosterPlayersViewMo
}

TenantFeatures features = await CompositionRoot.GetFeatures();
if (features.RosterMailEnabled)
if (features.RosterMailEnabled == false)
{
Logger.Info("RosterMailEnabled evaluated to false");
break;
Expand Down

0 comments on commit a22dfa3

Please sign in to comment.