1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-06-30 22:01:44 +02: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
type={publishType}
setType={setPublishType}
></PublishType>
<PublishType type={publishType} setType={setPublishType} />
<Alert
text={content.warning}
state="info"