1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00
This commit is contained in:
Matthias Kretschmann 2021-02-18 09:53:54 +01:00
parent 8430cb9ba2
commit 28555ffd1b
Signed by: m
GPG Key ID: 606EEEF3C479A91F

View File

@ -111,10 +111,7 @@ export default function PublishPage({
/> />
) : ( ) : (
<> <>
<PublishType <PublishType type={publishType} setType={setPublishType} />
type={publishType}
setType={setPublishType}
></PublishType>
<Alert <Alert
text={content.warning} text={content.warning}
state="info" state="info"