mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-24 22:59:58 -07:00
global: snapshot
This commit is contained in:
@@ -51,7 +51,7 @@ export function createPartialOptions() {
|
||||
addressesAmountRanges,
|
||||
typeAddressable,
|
||||
typeOther,
|
||||
year,
|
||||
class: class_,
|
||||
} = buildCohortData();
|
||||
|
||||
return [
|
||||
@@ -263,10 +263,10 @@ export function createPartialOptions() {
|
||||
createGroupedCohortFolderBasicWithoutMarketCap({
|
||||
name: "Compare",
|
||||
title: "Years",
|
||||
list: year,
|
||||
list: class_,
|
||||
all: cohortAll,
|
||||
}),
|
||||
...year.map(createCohortFolderBasicWithoutMarketCap),
|
||||
...class_.map(createCohortFolderBasicWithoutMarketCap),
|
||||
],
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user