wip
This commit is contained in:
parent
71065077f6
commit
63b930e9fd
4 changed files with 4 additions and 4 deletions
|
|
@ -83,7 +83,7 @@ export const pack = (
|
|||
delete _app.secret;
|
||||
}
|
||||
|
||||
_app.icon_url = _app.icon != null
|
||||
_app.iconUrl = _app.icon != null
|
||||
? `${config.drive_url}/${_app.icon}`
|
||||
: `${config.drive_url}/app-default.jpg`;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue