From e481345d7537e8fbb909cbec68ca57f089326d92 Mon Sep 17 00:00:00 2001
From: khadiatullo
Date: Sat, 3 May 2025 14:09:22 +0300
Subject: [PATCH] remove: remove button certifacates
---
src/pages-templates/clients/certificates/index.tsx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/pages-templates/clients/certificates/index.tsx b/src/pages-templates/clients/certificates/index.tsx
index 32a08c8..3300802 100644
--- a/src/pages-templates/clients/certificates/index.tsx
+++ b/src/pages-templates/clients/certificates/index.tsx
@@ -54,7 +54,7 @@ export function CertificatesPage({ content }: CertificatesPageProps) {
{t('certificates.expiryDate')}: {certificate.validUntil}
-
+ {/*
{t('common.buttons.download')}
-
+
*/}
))}