Skip to content

Commit 09b12cf

Browse files
committed
fix: admin panel user tab link not working
1 parent c4bd78b commit 09b12cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/client/pages/Admin/Admin.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const AdminView = () => {
5656
</Box>
5757
<Box>
5858
<RouterTabs indicatorColor="primary" textColor="primary" variant="scrollable" scrollButtons="auto">
59-
<Tab label="Users" element={Link} to="/admin/users" />
59+
<Tab label="Users" component={Link} to="/admin/users" />
6060
<Tab label="Enable courses" component={Link} to="/admin/enable" />
6161
<Tab label="Organisation Access" component={Link} to="/admin/access" />
6262
<Tab label="Norppa feedback" component={Link} to="/admin/feedback" />

0 commit comments

Comments
 (0)