Commit a07221d 1 parent c7f7119 commit a07221d Copy full SHA for a07221d
File tree 1 file changed +4
-2
lines changed
frontend/src/components/opportunities
1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -335,15 +335,17 @@ export function OpportunityPropList({ opportunity }: OpportunityPropListProps) {
335
335
< Users width = { 18 } />
336
336
< p > Headcount</ p >
337
337
</ div >
338
- < p className = "font-medium" > { opportunity . company ?. headcount } </ p >
338
+ < p className = "font-medium" >
339
+ { opportunity . company ?. headcount ?. toLocaleString ( ) }
340
+ </ p >
339
341
</ div >
340
342
< div className = "flex flex-row items-center justify-start text-sm text-zinc-700 dark:text-zinc-200" >
341
343
< div className = "flex gap-x-2 items-center w-52 text-zinc-500 dark:text-zinc-400" >
342
344
< Users width = { 18 } />
343
345
< p > Eng size</ p >
344
346
</ div >
345
347
< p className = "font-medium" >
346
- { opportunity . company ?. orgSize ?. engineering }
348
+ { opportunity . company ?. orgSize ?. engineering ?. toLocaleString ( ) }
347
349
</ p >
348
350
</ div >
349
351
< Separator />
You can’t perform that action at this time.
0 commit comments