fixed notification drawer linking to team/id instead of teams/id

This commit is contained in:
Carter 2025-02-27 14:26:14 -06:00
parent 900b11582b
commit 6dab685c2d
5 changed files with 3 additions and 8 deletions

View file

@ -169,7 +169,6 @@ export default function Devices() {
if (groupsLoading) return
if (groups.length > 0) return
setGroupsLoading(true)
console.log("groups")
groupAPI.listGroups(
groupLimit,
groupPage*groupLimit,