flipped the keys/types added to the context on the devices page to have the group after the team

This commit is contained in:
csawatzky 2025-03-05 14:39:45 -06:00
parent 7774558cac
commit 871cbf424e
2 changed files with 5 additions and 4 deletions

View file

@ -219,7 +219,7 @@ export default function DeviceProvider(props: PropsWithChildren<Props>) {
(types ? "&types=" + types.toString() : "")
);
if (as && !(types && types.length > 0 && types[0] === "team")) {
pondURL(
url = pondURL(
"/devicePageData/" +
id +
"?as=" +