Skip to content

Commit 77df2a0

Browse files
committed
[TOOL-3376] Dashboard: Fix 404 on publish contract page
1 parent 633f0ca commit 77df2a0

File tree

1 file changed

+0
-4
lines changed
  • apps/dashboard/src/app/(dashboard)/contracts/publish/[publish_uri]

1 file changed

+0
-4
lines changed

apps/dashboard/src/app/(dashboard)/contracts/publish/[publish_uri]/page.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,10 +52,6 @@ export default async function PublishContractPage(
5252
contract_id: publishMetadataFromUri.name,
5353
});
5454

55-
if (!publishedContract) {
56-
notFound();
57-
}
58-
5955
if (publishedContract) {
6056
publishMetadata = {
6157
...publishedContract,

0 commit comments

Comments
 (0)