Skip to content

Commit bcf7098

Browse files
committed
fix: lint
1 parent 4da42fa commit bcf7098

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/apps/copilots/src/pages/copilot-opportunity-details/tabs/config/copilot-details-tabs-config.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ export const getCopilotDetailsTabsConfig = (isAdminOrPM: boolean, count: number)
1212
},
1313
{
1414
id: CopilotDetailsTabViews.applications,
15-
title: 'Applications',
1615
badges: [{
17-
type: 'info',
1816
count,
19-
}]
17+
type: 'info',
18+
}],
19+
title: 'Applications',
2020
},
2121
] : [
2222
{

0 commit comments

Comments
 (0)