mirror of
https://github.com/ragestudio/comty.git
synced 2025-06-09 10:34:17 +00:00
added missing path
This commit is contained in:
parent
d3519b4f04
commit
db4ccd3610
@ -52,6 +52,7 @@ const generateTopItems = (extra = []) => {
|
||||
return {
|
||||
id: item.id,
|
||||
key: item.id,
|
||||
path: item.path,
|
||||
icon: createIconRender(item.icon),
|
||||
label: <Translation>
|
||||
{t => t(item.title ?? item.id)}
|
||||
|
Loading…
x
Reference in New Issue
Block a user