mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Add sampleNamesShort to list summaries
This commit is contained in:
parent
32adc18c0f
commit
9772fea4ed
1 changed files with 7 additions and 1 deletions
|
|
@ -50,7 +50,13 @@ export class KindList extends PaginatedList {
|
|||
// console.log( `Summary run ${ timeSummaryRun += 1 } times` )
|
||||
return {
|
||||
...getListSummaryNumbers( this.list ),
|
||||
sampleNames: makeSummaryOfListings({ list: this.list })
|
||||
sampleNames: makeSummaryOfListings({ list: this.list }),
|
||||
sampleNamesShort: makeSummaryOfListings({
|
||||
list: this.list,
|
||||
length: 5,
|
||||
random: true,
|
||||
suffix: ''
|
||||
}),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue