Remove extra space from div tag (#4966)
parent
fce73ddd5c
commit
20c547f4fe
|
@ -32,6 +32,6 @@
|
|||
</tr>
|
||||
}
|
||||
</table>
|
||||
<div >
|
||||
<div>
|
||||
@await Component.InvokeAsync("PriorityList", new { maxPriority = 2, isDone = false })
|
||||
</div>
|
||||
|
|
Loading…
Reference in New Issue