From aa9478d878e723d35ff651e11564ae84f8a107e3 Mon Sep 17 00:00:00 2001 From: Jori Lallo Date: Mon, 11 Sep 2017 00:17:07 -0700 Subject: [PATCH] Added a missing `key` --- frontend/components/LoadingPlaceholder/ListPlaceholder.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/components/LoadingPlaceholder/ListPlaceholder.js b/frontend/components/LoadingPlaceholder/ListPlaceholder.js index 3eb818d3e..7fba72172 100644 --- a/frontend/components/LoadingPlaceholder/ListPlaceholder.js +++ b/frontend/components/LoadingPlaceholder/ListPlaceholder.js @@ -21,8 +21,8 @@ const ListPlaceHolder = ({ count }: Props) => { transitionEnter transitionLeave > - {_.times(count || 2, () => ( - + {_.times(count || 2, index => ( +