mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 13:03:29 +00:00
Previously, due to a logic issue, the clear status icon did not appear when there is only selected emoji in the status—it appeared only when status text was present. This commit fixes the bug and now the clear status icon disappears only when neither status text nor a selected emoji is present. Fixes: #35176