Skip to content

Commit 429f44b

Browse files
committed
fix: lint
1 parent bcf7098 commit 429f44b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ export const getCopilotDetailsTabsConfig = (isAdminOrPM: boolean, count: number)
1111
title: 'Details',
1212
},
1313
{
14-
id: CopilotDetailsTabViews.applications,
1514
badges: [{
1615
count,
1716
type: 'info',
1817
}],
18+
id: CopilotDetailsTabViews.applications,
1919
title: 'Applications',
2020
},
2121
] : [

0 commit comments

Comments
 (0)