From 0a040fc67a3e845814e3b5b4b0a481a3a7e60f6f Mon Sep 17 00:00:00 2001 From: Caroline <4971715+carolineBda@users.noreply.github.com> Date: Tue, 3 Dec 2024 11:01:51 +0100 Subject: [PATCH] Apply suggestions from code review Co-authored-by: Joseph Garrone Signed-off-by: Caroline <4971715+carolineBda@users.noreply.github.com> --- src/Tile.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Tile.tsx b/src/Tile.tsx index 9ce799b8d..b9a4a5589 100644 --- a/src/Tile.tsx +++ b/src/Tile.tsx @@ -91,7 +91,7 @@ export const Tile = memo( imageAlt, imageWidth, imageHeight, - imageSvg, + imageSvg = false, orientation = "vertical", small = false, noBorder = false,