Skip to content

Commit

Permalink
Fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveSandersonMS committed Jul 2, 2024
1 parent 5386b74 commit 8f60493
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

@for (var i = 0; i < messages.Count; i++)
{
var id = @$"message{i}";
var id = $"message{i}";
var state = messages[i]!;
<TicketAssistantMessage @key="@id" State="@state" OnCompleted="@HandleResponseCompleted" OnSuggestedReply="@OnSuggestedReply" />
}
Expand Down

0 comments on commit 8f60493

Please sign in to comment.