Turned off Uppload for frontend ABI

pull/781/head
kompotkot 2023-04-27 18:03:15 +00:00
rodzic 2bdd5c3895
commit 1f9608d156
1 zmienionych plików z 15 dodań i 14 usunięć

Wyświetl plik

@ -308,20 +308,21 @@ const SubscriptionCard = ({ subscription, isDesktopView, iconLink }) => {
{subscription.abi ? (
<CheckIcon />
) : (
<Button
colorScheme="orange"
size="xs"
py={2}
disabled={!subscription.address}
onClick={() =>
overlay.toggleModal({
type: MODAL_TYPES.UPLOAD_ABI,
props: { id: subscription.id },
})
}
>
Upload
</Button>
<></>
// <Button
// colorScheme="orange"
// size="xs"
// py={2}
// disabled={!subscription.address}
// onClick={() =>
// overlay.toggleModal({
// type: MODAL_TYPES.UPLOAD_ABI,
// props: { id: subscription.id },
// })
// }
// >
// Upload
// </Button>
)}
</Td>
<Td {...cellProps}>