You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
message: ({onboardingCompanySize: companySize})=>`Here is a task list I’d recommend for a company of your sizewith ${companySize} submitters:`,
5526
+
message: ({onboardingCompanySize: companySize})=>`Here is a task list I’d recommend for a company of your size${companySize ? ` with ${companySize} submitters` : ':'}`,
0 commit comments