From 22d99e2898009633c73336a539312f8e09795e6f Mon Sep 17 00:00:00 2001 From: Summer Cook Date: Fri, 10 Mar 2023 10:37:40 -0500 Subject: [PATCH] add data-cy --- src/compounds/Item/Item.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/compounds/Item/Item.jsx b/src/compounds/Item/Item.jsx index 9b122c3..f10f10a 100644 --- a/src/compounds/Item/Item.jsx +++ b/src/compounds/Item/Item.jsx @@ -29,7 +29,7 @@ const Item = ({ buttonLink, buttonProps, href, isLoading, item, orientation, tit if (withTitleLink || withButtonLink) link = titleLink || buttonLink || href return ( - + {orientation === 'horizontal' ? (