master #75

Merged
joseph merged 5 commits from master into dev 2024-09-21 13:51:00 +10:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 323a5b0df6 - Show all commits

View File

@ -249,7 +249,7 @@ const Navbar = ({
/>
{data
.filter((i) => {
return i.group === g.name && checkPermissions(i.permissions)
return i.group === g.name && checkPermissions(i.permissions!)
})
.map((item) => (
<a