fix: removes unneeded notification
Some checks failed
Open PR on Staging / audit_and_check (pull_request) Failing after 31s
Some checks failed
Open PR on Staging / audit_and_check (pull_request) Failing after 31s
This commit is contained in:
parent
f12aaf1c2b
commit
b7bd922af3
@ -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[]) => {
|
||||
|
Loading…
Reference in New Issue
Block a user