Remove key from modal string[] content.

This commit is contained in:
Jared 2021-04-09 19:02:58 -07:00 committed by Jared Goodwin
parent d3ab27b645
commit ce91daa167

View File

@ -19,7 +19,7 @@
{
@foreach (var line in ModalService?.Body ?? Array.Empty<string>())
{
<p @key="line">
<p>
@line
</p>
}