Skip to content

Commit

Permalink
fix(explorer): remove async from ContractHeader component export
Browse files Browse the repository at this point in the history
  • Loading branch information
telestrial committed Feb 14, 2025
1 parent 60e5d05 commit 9e24edc
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/wise-sloths-tan.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'explorer': minor
---

Improved app performance around the Contract Page.
2 changes: 1 addition & 1 deletion apps/explorer/components/Contract/ContractHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ type Props = {
formationTxnChainIndex: ChainIndex[]
}

export async function ContractHeader({
export function ContractHeader({
currentHeight,
contract,
renewedFromID,
Expand Down

0 comments on commit 9e24edc

Please sign in to comment.