fix: rename hasEngagedEcology → hasEngagedBoard in onboarding status, clean up stale ecology references
This commit is contained in:
parent
74b2287d48
commit
a0f60bcdc0
8 changed files with 24 additions and 24 deletions
|
|
@ -53,7 +53,7 @@
|
|||
<div
|
||||
v-for="suggestion in filteredSuggestions"
|
||||
:key="suggestion.member._id"
|
||||
class="member-card ecology-card"
|
||||
class="member-card board-card"
|
||||
>
|
||||
<div class="mc-head">
|
||||
<div class="mc-avatar">
|
||||
|
|
@ -246,7 +246,7 @@ const loadBoard = async () => {
|
|||
const data = await getSuggestions()
|
||||
suggestions.value = data.suggestions || []
|
||||
|
||||
// Build ecology tag options from user's own topics
|
||||
// Build board tag options from user's own topics
|
||||
const allCoopTags = cooperativeTagOptions.value
|
||||
const myTopicSlugs = (memberData.value?.board?.topics || []).map((t) => t.tagSlug)
|
||||
boardTagOptions.value = myTopicSlugs.length
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue