rebuild(stage-8): deliver market insight workspaces
This commit is contained in:
@@ -18,7 +18,10 @@ const locked = computed(
|
||||
() => ["screener", "mentor", "heaven"].includes(workspace.value.key) && !session.account?.smart_access,
|
||||
);
|
||||
const implementedMarket = computed(() =>
|
||||
["emotion", "pool", "broken", "limit-down", "yesterday", "performance", "ladder", "rotation"].includes(
|
||||
[
|
||||
"emotion", "pool", "broken", "limit-down", "yesterday", "performance", "ladder",
|
||||
"rotation", "auction", "themes", "popularity", "dragon-list",
|
||||
].includes(
|
||||
workspace.value.key,
|
||||
),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user