We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48b685e commit d30d00eCopy full SHA for d30d00e
1 file changed
elm/Main.elm
@@ -3183,7 +3183,7 @@ sumsBillingGroupsProvisioning model =
3183
++ (if billingGroups.roboJackets then
3184
[ renderAppStatusBadge
3185
{ status =
3186
- if apiaryUser.isAccessActive && hasRecentSumsAttendance model then
+ if apiaryUser.isAccessActive && hasRecentSumsAttendance model && List.length apiaryUser.teams > 0 then
3187
Success
3188
3189
else
0 commit comments