Design token updates.
This commit is contained in:
parent
de3bcc479a
commit
c6b970a621
13 changed files with 198 additions and 211 deletions
|
|
@ -87,13 +87,6 @@ export function useOnboarding(options = {}) {
|
|||
return buildRecommendation(selected, items[0])
|
||||
}
|
||||
|
||||
// Fallback to first non-empty category (shouldn't happen since we filtered)
|
||||
for (const cat of cats) {
|
||||
if (recommendations.value[cat]?.length > 0) {
|
||||
return buildRecommendation(cat, recommendations.value[cat][0])
|
||||
}
|
||||
}
|
||||
|
||||
return { key: 'empty', text: 'No suggestions right now' }
|
||||
})
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue