From c7b74f973a0800550dab76e22a94bb58daecdf3f Mon Sep 17 00:00:00 2001 From: PeeyushPrashant Date: Sun, 5 Nov 2023 21:02:18 +0530 Subject: [PATCH 1/3] fix: removed feature flag --- app/components/user-status.hbs | 2 -- app/controllers/index.js | 3 -- app/templates/index.hbs | 1 - .../components/user-status-test.js | 28 +------------------ 4 files changed, 1 insertion(+), 33 deletions(-) diff --git a/app/components/user-status.hbs b/app/components/user-status.hbs index 0c998c10..fc5b898d 100644 --- a/app/components/user-status.hbs +++ b/app/components/user-status.hbs @@ -27,7 +27,6 @@ {{#each this.currentUserStatus as |currentStatus|}} {{#if (eq @status currentStatus.status)}} {{#if (eq currentStatus.status "OOO")}} - {{#if @dev}} - {{/if}} {{else}} {{#each currentStatus.otherAvailableStatus as |otherPossibleStatus|}}