Skip to content

Commit e8c2e6f

Browse files
committed
fix: Guide message contains undefined in admins room
1 parent 4e5a3b9 commit e8c2e6f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/CONST.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5525,7 +5525,7 @@ const CONST = {
55255525
[onboardingChoices.EMPLOYER]: onboardingEmployerOrSubmitMessage,
55265526
[onboardingChoices.SUBMIT]: onboardingEmployerOrSubmitMessage,
55275527
[onboardingChoices.MANAGE_TEAM]: {
5528-
message: ({onboardingCompanySize: companySize}) => `Here is a task list I’d recommend for a company of your size with ${companySize} submitters:`,
5528+
message: ({onboardingCompanySize: companySize}) => `Here is a task list I’d recommend for a company of your size${companySize ? ` with ${companySize} submitters` : ':'}`,
55295529
tasks: [
55305530
createWorkspaceTask,
55315531
testDriveAdminTask,

0 commit comments

Comments
 (0)