refactor: code clean-up
This commit is contained in:
parent
51f5f0cd1c
commit
d810b7c5d5
4 changed files with 2 additions and 427 deletions
|
|
@ -352,7 +352,7 @@ const market = async () => {
|
|||
async updateUiConfig(updateData) {
|
||||
console.log('### updateUiConfig', updateData)
|
||||
const { name, about, ui } = updateData
|
||||
this.config.opts = { ...this.config.opts, name, about, ui }
|
||||
this.config.opts = { ...this.config, opts: { ...this.config.opts, name, about, ui } }
|
||||
this.applyUiConfigs(this.config)
|
||||
this.$q.localStorage.set('nostrmarket.marketplace-config', { name, about, ui })
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue