From b40cabf3316cc7a9e02b19207a4b698b3c479ba5 Mon Sep 17 00:00:00 2001 From: Amal Nazeem Date: Tue, 17 Aug 2021 14:32:08 -0400 Subject: [PATCH] Add todo to comment so it's clearer theres some action to be done in remove this --- src/pages/workspace/WorkspaceSidebar.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/workspace/WorkspaceSidebar.js b/src/pages/workspace/WorkspaceSidebar.js index f35a92b3e5bb..e0bbe1101f5a 100644 --- a/src/pages/workspace/WorkspaceSidebar.js +++ b/src/pages/workspace/WorkspaceSidebar.js @@ -74,7 +74,7 @@ const WorkspaceSidebar = ({ ]; // After all the policies have loaded, we can know if the given policyID points to a nonexistant workspace - // When free plan is out of beta and Permissions.canUseFreePlan() gets removed, + // TODO: When free plan is out of beta and Permissions.canUseFreePlan() gets removed, // all code involving 'allPolicies' can be removed since policy loading will no longer be delayed on login. if (allPolicies !== null && _.isEmpty(policy)) { Growl.error(translate('workspace.error.growlMessageInvalidPolicy'), CONST.GROWL.DURATION_LONG);