|
|
|
@ -376,7 +376,9 @@ export function ContractGUI(props: ContractGUIProps) { |
|
|
|
|
className={`udapp_instanceButton btn ${buttonOptions.classList} text-center d-flex justify-content-center align-items-center`} |
|
|
|
|
disabled={props.disabled || (props.inputs !== '' && basicInput === '')} |
|
|
|
|
> |
|
|
|
|
<div className="text-center d-flex justify-content-center align-items-center"> |
|
|
|
|
{buttonOptions.content} |
|
|
|
|
</div> |
|
|
|
|
</button> |
|
|
|
|
</div> |
|
|
|
|
</CustomTooltip> |
|
|
|
|