Skip to content

Commit 48d4efa

Browse files
public version and small layout issues close #53
1 parent a5e45cc commit 48d4efa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Controllers/LUICalculationController.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ public ActionResult Index()
5555
long.TryParse(this.User.Identity.GetUserId(), out long userId);
5656

5757
//no bexis user == public access and id uncomplete data exsits
58-
if(userId == 0 && model.MissingComponentData.Count() > 0)
58+
if(userId == 0)
5959
{
6060
model.IsPublicAccess = true;
6161
}

Views/LUICalculation/Index.cshtml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@
173173
</span>
174174
}
175175
</div>
176-
<div id="yearsNew" v>
176+
<div id="yearsNew">
177177
@for (int i = 0; i < Model.AvailableYearsNewComp.Count(); i++)
178178
{
179179
<span style="flex-grow: 0">

0 commit comments

Comments
 (0)