Skip to content

Commit

Permalink
modify comment
Browse files Browse the repository at this point in the history
Signed-off-by: yubonluo <yubonluo@amazon.com>
  • Loading branch information
yubonluo committed Apr 17, 2024
1 parent cd40b0e commit f9c4dc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/workspace/public/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ export const featureMatchesConfig = (featureConfigs: string[]) => ({
return matched;
};

// Get all apps excluding that should not be displayed in workspace.
// Get all apps that should be displayed in workspace.
export const getAllFilterApps = (applications: PublicAppInfo[]): PublicAppInfo[] => {
return applications.filter(
({ navLinkStatus, chromeless, category, workspaceAccessibility, id }) => {
Expand Down

0 comments on commit f9c4dc9

Please sign in to comment.