Skip to content

Commit c265c6a

Browse files
committed
Fix for BC-7
1 parent 62b64d2 commit c265c6a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

PanoramicData.Blazor/PDCardDeck.razor

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
@foreach (var card in Cards)
1818
{
1919
<PDCard @ref="@Ref"
20-
@key="@card.Id"
20+
@key="@($"{Id}_{card.Id}")"
2121
DraggingEnabled="IsEnabled"
2222
Template="CardTemplate"
2323
Css="CardCss"

0 commit comments

Comments
 (0)