fix: removes unneeded notification
Some checks failed
Open PR on Staging / audit_and_check (pull_request) Failing after 31s

This commit is contained in:
eugene 2024-10-08 17:04:07 +02:00
parent f12aaf1c2b
commit b7bd922af3

View File

@ -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[]) => {