Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
Signed-off-by: ashutosh16 <11219262+ashutosh16@users.noreply.github.com>
  • Loading branch information
ashutosh16 committed Nov 14, 2022
1 parent 54e1fa5 commit 154e523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src/app/applications/components/utils.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -1151,7 +1151,7 @@ export const urlPattern = new RegExp(
);

export function appQualifiedName(app: appModels.Application, nsEnabled: boolean): string {
return `${nsEnabled ? app.metadata.namespace + '/': ''}app.metadata.name`;
return `${nsEnabled ? app.metadata.namespace + '/' : ''}app.metadata.name`;
}

export function appInstanceName(app: appModels.Application): string {
Expand Down

0 comments on commit 154e523

Please sign in to comment.