Fix demo opportunities name (#6347)

closes #5129
This commit is contained in:
brendanlaschke 2024-07-22 12:22:32 +02:00 committed by GitHub
parent 52c6320f74
commit 936994ff44
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -18,6 +18,7 @@ const generateRandomAmountMicros = () => {
const generateOpportunities = (companies) => {
return companies.map((company) => ({
id: v4(),
name: company.name,
amountAmountMicros: generateRandomAmountMicros(),
amountCurrencyCode: 'USD',
closeDate: new Date(),