TEST UPD
This commit is contained in:
@@ -665,8 +665,7 @@ const addMyPoints = () => {
|
||||
sidebarLinks.value.push({
|
||||
label: __('My points'),
|
||||
icon: 'Award',
|
||||
to: 'my_points',
|
||||
external: true,
|
||||
to: 'mypoints',
|
||||
activeFor: [],
|
||||
})
|
||||
}
|
||||
@@ -677,8 +676,7 @@ const addLeaderBoard = () => {
|
||||
sidebarLinks.value.push({
|
||||
label: __('Leader Board'),
|
||||
icon: 'Trophy',
|
||||
to: 'leaderboardsample',
|
||||
external: true,
|
||||
to: 'leaderboard',
|
||||
activeFor: [],
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user