diff --git a/package.json b/package.json index 8d80dd6..0920a7d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "filecoin-registry", - "version": "0.1.0", + "version": "1.0.1", "private": true, "scripts": { "dev": "next dev", diff --git a/src/lib/utils.ts b/src/lib/utils.ts index 5c9d001..23e8c01 100644 --- a/src/lib/utils.ts +++ b/src/lib/utils.ts @@ -51,11 +51,7 @@ export const getLastDatacapAllocation = ( allocation.ID === application.Lifecycle['Active Request ID'], ) - if ( - lastAllocation === undefined || - lastAllocation.Active || - lastAllocation.Signers.length !== 2 - ) { + if (lastAllocation === undefined || lastAllocation.Active) { return undefined }