diff --git a/components/NFTMint/WriterMessage.vue b/components/NFTMint/WriterMessage.vue index 75b34289..ee7eb5f6 100644 --- a/components/NFTMint/WriterMessage.vue +++ b/components/NFTMint/WriterMessage.vue @@ -143,7 +143,7 @@ > {{ $t('NFTPortal.label.initialBatch.input') }} @@ -173,7 +173,7 @@ export default class WriterMessage extends Vue { userInfo: any = undefined avatar: string = '' displayName: string = this.address - shouldShowSettings = false + shouldShowSettings = true shouldShowAdvancedSettings = false initialBatchOptions = [ { batch: -1, price: this.$t('NFTPortal.label.initialBatch.free') },