Skip to content

Commit

Permalink
Use @
Browse files Browse the repository at this point in the history
  • Loading branch information
Amal Nazeem committed Aug 18, 2021
1 parent 23798c7 commit b4d779c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/workspace/WorkspaceSidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const WorkspaceSidebar = ({
];

// After all the policies have loaded, we can know if the given policyID points to a nonexistant workspace
// TODO: 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);
Expand Down

0 comments on commit b4d779c

Please sign in to comment.