From 9d43f5c6cd567afb1ee022bb74ccdad2a14bf1b6 Mon Sep 17 00:00:00 2001 From: soosoo22 Date: Thu, 1 Aug 2024 00:09:08 +0900 Subject: [PATCH] =?UTF-8?q?refactor:=20=EB=B6=88=ED=95=84=EC=9A=94?= =?UTF-8?q?=ED=95=9C=20ButtonContainer=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/ErrorPage/components/ErrorSection/index.tsx | 6 +++--- .../src/pages/ErrorPage/components/ErrorSection/styles.ts | 7 ------- 2 files changed, 3 insertions(+), 10 deletions(-) diff --git a/frontend/src/pages/ErrorPage/components/ErrorSection/index.tsx b/frontend/src/pages/ErrorPage/components/ErrorSection/index.tsx index 44f80dcc0..132e3aaeb 100644 --- a/frontend/src/pages/ErrorPage/components/ErrorSection/index.tsx +++ b/frontend/src/pages/ErrorPage/components/ErrorSection/index.tsx @@ -37,8 +37,8 @@ const ErrorSection = ({ errorMessage, handleReload, handleGoHome }: ErrorSection {errorMessage} - {buttons.map((button, index) => ( - + {buttons.map((button) => ( + <>