fix build break
This commit is contained in:
parent
68a125b9ce
commit
db08329637
|
|
@ -43,7 +43,7 @@
|
|||
}
|
||||
</td>
|
||||
<td>
|
||||
if (item.Title.Length <= 25)
|
||||
@if (item.Title.Length <= 25)
|
||||
{
|
||||
@item.Title
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue