From 3338f9142ca8415aee7949fa96df26cfe7cda922 Mon Sep 17 00:00:00 2001 From: infinite-persistence <64950861+infinite-persistence@users.noreply.github.com> Date: Wed, 19 Jan 2022 05:48:20 -0800 Subject: [PATCH] ClaimList: fix missing key (#737) ## Issue From the Draggable PR, the draggables retained the key but regular lists lost it. --- ui/component/claimList/view.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/ui/component/claimList/view.jsx b/ui/component/claimList/view.jsx index b0a56924e..0129d4c90 100644 --- a/ui/component/claimList/view.jsx +++ b/ui/component/claimList/view.jsx @@ -162,6 +162,7 @@ export default function ClaimList(props: Props) { const getClaimPreview = (uri: string, index: number, draggableProvided?: any) => (