Web:Routes: fix

This commit is contained in:
Timofey Boyko 2023-07-19 15:04:40 +03:00
parent 57aa77c56f
commit a5aa17dd5c

View File

@ -276,7 +276,7 @@ const PortalSettingsRoutes = {
element: <RestoreBackup />,
},
{
path: "/bonus",
path: "bonus",
element: <Bonus />,
},
...generalRoutes,