From b7bd922af35d95a2d78a1b168ab1ec4c4d66a9ee Mon Sep 17 00:00:00 2001 From: Eugene Date: Tue, 8 Oct 2024 17:04:07 +0200 Subject: [PATCH] fix: removes unneeded notification --- src/pages/verify/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/verify/index.tsx b/src/pages/verify/index.tsx index 1c19968..430b06b 100644 --- a/src/pages/verify/index.tsx +++ b/src/pages/verify/index.tsx @@ -228,7 +228,7 @@ export const VerifyPage = () => { parsedSignatureEvents ) { if (timestamps.every((t) => !!t.verification)) { - toast.success('All timestamps are fully verified.') + console.log('Timestamps are fully verified') return } const upgradeT = async (timestamps: OpenTimestamp[]) => {