1
0
mirror of https://github.com/oceanprotocol/market.git synced 2024-12-02 05:57:29 +01:00

loader fixes

This commit is contained in:
Matthias Kretschmann 2020-10-05 15:13:51 +02:00
parent 22a45ec21e
commit fb095460ab
Signed by: m
GPG Key ID: 606EEEF3C479A91F
2 changed files with 6 additions and 4 deletions

View File

@ -30,6 +30,11 @@
}
}
.feedback [class*='loaderWrap'] {
justify-content: center;
text-align: center;
}
.action {
margin-top: calc(var(--spacer) / 1.5);
}

View File

@ -44,10 +44,7 @@ export default function PublishPage({
const ddo = await publish(
(metadata as unknown) as Metadata,
{
...price,
swapFee: `${price.swapFee}`
},
{ ...price, swapFee: `${price.swapFee}` },
serviceType,
price.datatoken
)