We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 389903d commit d67e59eCopy full SHA for d67e59e
src/apps/copilots/src/pages/copilot-opportunity-details/index.tsx
@@ -242,7 +242,7 @@ const CopilotOpportunityDetails: FC<{}> = () => {
242
<span
243
className={styles.infoValue}
244
>
245
- {opportunity?.type && getOpportunityType(opportunity?.type)}
+ {opportunity?.type && getOpportunityType(opportunity?.type)}
246
</span>
247
</div>
248
0 commit comments