Skip to content
Snippets Groups Projects
Commit 5201e8b2 authored by 한동현's avatar 한동현
Browse files

fix: 등록된 인증서 없을 경우 레이아웃 오류 수정

parent ccad23bf
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment