From d3f00a73ba809334b47952f3c54b2fa466e25b16 Mon Sep 17 00:00:00 2001 From: gugahnstn Date: Sun, 24 Sep 2023 22:12:55 -0300 Subject: [PATCH] feat: Adding a new link to capture the flags of the countries. --- src/components/CardResult/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/CardResult/index.tsx b/src/components/CardResult/index.tsx index 0c7f24e..fdb416c 100644 --- a/src/components/CardResult/index.tsx +++ b/src/components/CardResult/index.tsx @@ -9,7 +9,7 @@ const CardResult = ({ title, phrase, flag }: CardType) => { {!flag ? ( <> ) : ( - + )} {!phrase || phrase == undefined + "-" + undefined || undefined