From 5201e8b29ce8868c878e540298894af238ce7f79 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=ED=95=9C=EB=8F=99=ED=98=84?= <hando1220@ajou.ac.kr>
Date: Mon, 12 May 2025 16:19:51 +0900
Subject: [PATCH] =?UTF-8?q?fix:=20=EB=93=B1=EB=A1=9D=EB=90=9C=20=EC=9D=B8?=
 =?UTF-8?q?=EC=A6=9D=EC=84=9C=20=EC=97=86=EC=9D=84=20=EA=B2=BD=EC=9A=B0=20?=
 =?UTF-8?q?=EB=A0=88=EC=9D=B4=EC=95=84=EC=9B=83=20=EC=98=A4=EB=A5=98=20?=
 =?UTF-8?q?=EC=88=98=EC=A0=95?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/pages/certificate/List.tsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/certificate/List.tsx b/src/pages/certificate/List.tsx
index 090d080..366fb43 100644
--- a/src/pages/certificate/List.tsx
+++ b/src/pages/certificate/List.tsx
@@ -135,7 +135,7 @@ export default function CertificateList() {
                 </>
               ) : certificates.length === 0 ? (
                 <TableRow>
-                  <TableCell colSpan={4} className="text-center text-muted-foreground">
+                  <TableCell colSpan={5} className="text-center text-muted-foreground">
                     현재 프로젝트에 등록된 인증서가 없습니다.
                   </TableCell>
                 </TableRow>
-- 
GitLab