diff --git a/app/stores/AuthStore.ts b/app/stores/AuthStore.ts index e7995819f..aaf472cc0 100644 --- a/app/stores/AuthStore.ts +++ b/app/stores/AuthStore.ts @@ -157,7 +157,7 @@ export default class AuthStore extends Store { /** The current team */ @computed get team() { - return this.orderedData.at(0); + return this.orderedData[0]; } /** The current team's policies */