Fix recommended markets not updating when navigating
This commit is contained in:
parent
cb08a114ae
commit
e4f46c48f1
|
@ -106,7 +106,9 @@ export default function ContractPage(props: {
|
|||
return <Custom404 />
|
||||
}
|
||||
|
||||
return <ContractPageContent {...{ ...props, contract, user }} />
|
||||
return (
|
||||
<ContractPageContent key={contract.id} {...{ ...props, contract, user }} />
|
||||
)
|
||||
}
|
||||
|
||||
export function ContractPageSidebar(props: {
|
||||
|
|
Loading…
Reference in New Issue
Block a user