mirror of
https://github.com/YunoHost/yunohost-admin.git
synced 2024-09-03 20:06:15 +02:00
AppInfo: fix linter error + use app manifest id for forum link
This commit is contained in:
parent
86002daa29
commit
215ee0a48c
1 changed files with 2 additions and 2 deletions
|
@ -408,8 +408,8 @@ export default {
|
|||
links: [
|
||||
['license', `https://spdx.org/licenses/${app.manifest.upstream.license}`],
|
||||
...['website', 'admindoc', 'userdoc', 'code'].map((key) => ([key, app.manifest.upstream[key]])),
|
||||
['package', app.from_catalog.git.url ],
|
||||
['forum', `https://forum.yunohost.org/tag/${this.id}`]
|
||||
['package', app.from_catalog.git.url],
|
||||
['forum', `https://forum.yunohost.org/tag/${app.manifest.id}`]
|
||||
].filter(([key, val]) => !!val),
|
||||
doc: {
|
||||
notifications: {
|
||||
|
|
Loading…
Reference in a new issue