From 55164fdfa357e9d72cff79c52358ff58883acbb3 Mon Sep 17 00:00:00 2001 From: Gabriel Luiz Freitas Almeida Date: Sat, 8 Jul 2023 11:43:27 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9B=20fix(error):=20fix=20formatting?= =?UTF-8?q?=20issue=20in=20ErrorAlert=20component?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/frontend/src/alerts/error/index.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/frontend/src/alerts/error/index.tsx b/src/frontend/src/alerts/error/index.tsx index dd3f4bba7..3824c3e87 100644 --- a/src/frontend/src/alerts/error/index.tsx +++ b/src/frontend/src/alerts/error/index.tsx @@ -51,7 +51,8 @@ export default function ErrorAlert({

{title}

- {list?.length !== 0 && list?.some(item => item !== null && item !== undefined) ? ( + {list?.length !== 0 && + list?.some((item) => item !== null && item !== undefined) ? (
    {list.map((item, index) => (