mirror of
https://github.com/immense/Remotely.git
synced 2025-10-26 11:27:15 +00:00
Remove key from modal string[] content.
This commit is contained in:
parent
d3ab27b645
commit
ce91daa167
@ -19,7 +19,7 @@
|
||||
{
|
||||
@foreach (var line in ModalService?.Body ?? Array.Empty<string>())
|
||||
{
|
||||
<p @key="line">
|
||||
<p>
|
||||
@line
|
||||
</p>
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user