Skip to content

Commit f6f831f

Browse files
committed
refactor: remove unused key prop from CardItemWithActions in ArticleItem component
1 parent 5971020 commit f6f831f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/features/cards/components/mediumCard/ArticleItem.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ const ArticleItem = ({ item, selectedTag, analyticsTag }: BaseItemPropsType<Arti
1212
return (
1313
<CardItemWithActions
1414
source={analyticsTag}
15-
key={index}
1615
item={item}
1716
cardItem={
1817
<>

0 commit comments

Comments
 (0)