diff --git a/apps/web/src/slash-commands/SlashCommands.tsx b/apps/web/src/slash-commands/SlashCommands.tsx index a20a716021..aaeffb3d3a 100644 --- a/apps/web/src/slash-commands/SlashCommands.tsx +++ b/apps/web/src/slash-commands/SlashCommands.tsx @@ -841,7 +841,7 @@ export const Commands = [ if (additionalSegment) { return reject(new UserFriendlyError("slash_command|status|too_long_emoji")); } - if (text && !userStatusTextWithinMaxLength(text)) { + if (!userStatusTextWithinMaxLength(text)) { return reject(new UserFriendlyError("slash_command|status|too_long_text")); } return success(