Skip to content

Commit d67e59e

Browse files
committed
fix: lint
1 parent 389903d commit d67e59e

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
@@ -242,7 +242,7 @@ const CopilotOpportunityDetails: FC<{}> = () => {
242242
<span
243243
className={styles.infoValue}
244244
>
245-
{opportunity?.type && getOpportunityType(opportunity?.type)}
245+
{opportunity?.type && getOpportunityType(opportunity?.type)}
246246
</span>
247247
</div>
248248
</div>

0 commit comments

Comments
 (0)