Skip to content

Commit

Permalink
fix: "is ref" filter labels (#177)
Browse files Browse the repository at this point in the history
  • Loading branch information
hunterckx committed Dec 6, 2024
1 parent a1fc72c commit 2a51095
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions site-config/brc-analytics/local/index/genomeEntityConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,6 @@ export const genomeEntityConfig: BRCEntityConfig<BRCDataCatalogGenome> = {
{
key: BRC_DATA_CATALOG_CATEGORY_KEY.IS_REF,
label: BRC_DATA_CATALOG_CATEGORY_LABEL.IS_REF,
mapSelectCategoryValue: (value) => ({
...value,
label: value.label ? "Yes" : "No",
}),
},
{
key: BRC_DATA_CATALOG_CATEGORY_KEY.LEVEL,
Expand Down

0 comments on commit 2a51095

Please sign in to comment.