mirror of
https://github.com/bitcoinresearchkit/brk.git
synced 2026-04-26 23:59:58 -07:00
global: fixes
This commit is contained in:
@@ -57,11 +57,15 @@ export function createPartialOptions() {
|
||||
} = buildCohortData();
|
||||
|
||||
return [
|
||||
{
|
||||
name: "Explorer",
|
||||
kind: "explorer",
|
||||
title: "Explorer",
|
||||
},
|
||||
...(location.hostname === "localhost" || location.hostname === "127.0.0.1"
|
||||
? [
|
||||
{
|
||||
name: "Explorer",
|
||||
kind: "explorer",
|
||||
title: "Explorer",
|
||||
},
|
||||
]
|
||||
: []),
|
||||
{
|
||||
name: "Charts",
|
||||
tree: [
|
||||
|
||||
Reference in New Issue
Block a user