Cover collection updates
This commit is contained in:
parent
3d527c6682
commit
c5e321e7f4
@ -244,7 +244,7 @@ export const CollectionActions = ({
|
|||||||
const resolveRoyaltyPaymentAddress = async () => {
|
const resolveRoyaltyPaymentAddress = async () => {
|
||||||
await resolveAddress(royaltyPaymentAddressState.value.trim(), wallet).then((resolvedAddress) => {
|
await resolveAddress(royaltyPaymentAddressState.value.trim(), wallet).then((resolvedAddress) => {
|
||||||
setCollectionInfo({
|
setCollectionInfo({
|
||||||
description: descriptionState.value || undefined,
|
description: descriptionState.value.replace('\\n', '\n') || undefined,
|
||||||
image: imageState.value || undefined,
|
image: imageState.value || undefined,
|
||||||
explicit_content: explicitContent,
|
explicit_content: explicitContent,
|
||||||
external_link: externalLinkState.value || undefined,
|
external_link: externalLinkState.value || undefined,
|
||||||
@ -265,7 +265,7 @@ export const CollectionActions = ({
|
|||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
setCollectionInfo({
|
setCollectionInfo({
|
||||||
description: descriptionState.value || undefined,
|
description: descriptionState.value.replace('\\n', '\n') || undefined,
|
||||||
image: imageState.value || undefined,
|
image: imageState.value || undefined,
|
||||||
explicit_content: explicitContent,
|
explicit_content: explicitContent,
|
||||||
external_link: externalLinkState.value || undefined,
|
external_link: externalLinkState.value || undefined,
|
||||||
|
Loading…
Reference in New Issue
Block a user