diff --git a/src/pages/certificate/List.tsx b/src/pages/certificate/List.tsx
index 090d080b2b18929e53f625e3419e84ea89238cf5..366fb43762bc3a2a2950438a909fef10f3eaedd9 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>