fix: extension name and icon (#2771)
This commit is contained in:
Vendored
+1
-1
File diff suppressed because one or more lines are too long
@@ -209,18 +209,7 @@ window.LNbits = {
|
||||
},
|
||||
map: {
|
||||
extension: function (data) {
|
||||
const obj = _.object(
|
||||
[
|
||||
'code',
|
||||
'isValid',
|
||||
'isAdminOnly',
|
||||
'name',
|
||||
'shortDescription',
|
||||
'tile',
|
||||
'contributors'
|
||||
],
|
||||
data
|
||||
)
|
||||
const obj = {...data}
|
||||
obj.url = ['/', obj.code, '/'].join('')
|
||||
return obj
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user