remove unneccessary @if

This commit is contained in:
Michael 2017-05-07 10:15:18 -04:00
parent e013a6e4bf
commit 6777edffa1

View file

@ -20,7 +20,7 @@
}
else
{
@if (Model.Publicity == 0 || Model.Publicity == 2)
if (Model.Publicity == 0 || Model.Publicity == 2)
{
@Html.ActionLink("Join", "JoinGroup", "Groups", new { id = Model.Id }, new { @class = "btn btn-default" })
}