Skip to content

Commit 10dc17d

Browse files
committed
fix: lint
1 parent 3311700 commit 10dc17d

File tree

1 file changed

+1
-1
lines changed
  • src/apps/copilots/src/pages/copilot-opportunity-details

1 file changed

+1
-1
lines changed

src/apps/copilots/src/pages/copilot-opportunity-details/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const CopilotOpportunityDetails: FC<{}> = () => {
171171
&& appliedCopilotApplications
172172
&& appliedCopilotApplications.length === 0
173173
&& opportunity?.status === 'active'
174-
? applyCopilotOpportunityButton : undefined
174+
? applyCopilotOpportunityButton : undefined
175175
}
176176
secondaryButtonConfig={
177177
opportunity?.status === 'active'

0 commit comments

Comments
 (0)