market scan trends
This commit is contained in:
@@ -17,7 +17,7 @@ const open = ref(false);
|
||||
const loading = ref(false);
|
||||
|
||||
const quartiles = computedAsync<HistoryQuartiles | null>(
|
||||
() => open.value && props.id ? getQuartiles(props.id) : null,
|
||||
() => props.id ? getQuartiles(props.id) : null,
|
||||
null,
|
||||
loading,
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user