( session: SubscriptionSessionInput, )
| 63 | } |
| 64 | |
| 65 | export function shouldShowAgentConcurrencyNote( |
| 66 | session: SubscriptionSessionInput, |
| 67 | ): boolean { |
| 68 | return buildSubscriptionSessionState(session).subscriptionType !== 'pro' |
| 69 | } |
| 70 | |
| 71 | export function shouldShowCurrentAgentConcurrencyNote(): boolean { |
| 72 | return shouldShowAgentConcurrencyNote(getAuthRuntime().getCurrentSession()) |
no test coverage detected