mirror of
https://gitlab.com/bignutty/labscore.git
synced 2025-06-08 06:03:04 -04:00
remove emoji icon to fix astro cat
This commit is contained in:
parent
6091b24044
commit
fa2c36f4e5
1 changed files with 1 additions and 4 deletions
|
@ -192,10 +192,7 @@ module.exports = {
|
|||
return {
|
||||
label: r.version,
|
||||
value: r.id,
|
||||
default: (r.id == res.data.latest),
|
||||
emoji: {
|
||||
name: res.data.icon
|
||||
}
|
||||
default: (r.id == res.data.latest)
|
||||
}
|
||||
})
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue