Make alt contract card listen for updates
This commit is contained in:
parent
f1ae54355d
commit
80693620f0
|
@ -393,7 +393,9 @@ export function ContractCardProbChange(props: {
|
||||||
noLinkAvatar?: boolean
|
noLinkAvatar?: boolean
|
||||||
className?: string
|
className?: string
|
||||||
}) {
|
}) {
|
||||||
const { contract, noLinkAvatar, className } = props
|
const { noLinkAvatar, className } = props
|
||||||
|
const contract = useContractWithPreload(props.contract) as CPMMBinaryContract
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<Col
|
<Col
|
||||||
className={clsx(
|
className={clsx(
|
||||||
|
|
Loading…
Reference in New Issue
Block a user