kopia lustrzana https://github.com/bugout-dev/moonstream
Turned off Uppload for frontend ABI
rodzic
2bdd5c3895
commit
1f9608d156
|
@ -308,20 +308,21 @@ const SubscriptionCard = ({ subscription, isDesktopView, iconLink }) => {
|
||||||
{subscription.abi ? (
|
{subscription.abi ? (
|
||||||
<CheckIcon />
|
<CheckIcon />
|
||||||
) : (
|
) : (
|
||||||
<Button
|
<></>
|
||||||
colorScheme="orange"
|
// <Button
|
||||||
size="xs"
|
// colorScheme="orange"
|
||||||
py={2}
|
// size="xs"
|
||||||
disabled={!subscription.address}
|
// py={2}
|
||||||
onClick={() =>
|
// disabled={!subscription.address}
|
||||||
overlay.toggleModal({
|
// onClick={() =>
|
||||||
type: MODAL_TYPES.UPLOAD_ABI,
|
// overlay.toggleModal({
|
||||||
props: { id: subscription.id },
|
// type: MODAL_TYPES.UPLOAD_ABI,
|
||||||
})
|
// props: { id: subscription.id },
|
||||||
}
|
// })
|
||||||
>
|
// }
|
||||||
Upload
|
// >
|
||||||
</Button>
|
// Upload
|
||||||
|
// </Button>
|
||||||
)}
|
)}
|
||||||
</Td>
|
</Td>
|
||||||
<Td {...cellProps}>
|
<Td {...cellProps}>
|
||||||
|
|
Ładowanie…
Reference in New Issue