mirror of
https://github.com/oceanprotocol/market.git
synced 2024-12-02 05:57:29 +01:00
Update index.tsx
This commit is contained in:
parent
ca761a07da
commit
e4ed183cdf
@ -81,9 +81,9 @@ export default function ServicesFields(): ReactElement {
|
|||||||
/>
|
/>
|
||||||
{values.services[0].access === 'compute' && (
|
{values.services[0].access === 'compute' && (
|
||||||
<Alert
|
<Alert
|
||||||
className={styles.fieldWarning}
|
|
||||||
state="info"
|
state="info"
|
||||||
text={siteContent}
|
text={siteContent.warning.ctd}
|
||||||
/>
|
/>
|
||||||
)}
|
)}
|
||||||
</>
|
</>
|
||||||
|
Loading…
Reference in New Issue
Block a user