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