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