Skip to content

Commit

Permalink
Fix organisation meta
Browse files Browse the repository at this point in the history
  • Loading branch information
kyle-ssg committed Nov 5, 2024
1 parent dad864a commit bbd0a80
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion frontend/common/stores/organisation-store.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,9 @@ const controller = {
AccountStore.getOrganisationRole(id) === 'ADMIN'
? [
data.get(`${Project.api}organisations/${id}/invites/`),
getSubscriptionMetadata(getStore(), { id }),
getSubscriptionMetadata(getStore(), { id }).then(
(res) => res.data,
),
]
: [],
),
Expand Down

0 comments on commit bbd0a80

Please sign in to comment.