Following Select Box Shows only When User Is Following People
This commit is contained in:
@@ -121,13 +121,11 @@ const unlocked = computed(() => {
|
||||
:major-alliances="majorAlliances"
|
||||
/>
|
||||
|
||||
<Panel>
|
||||
<FollowingSelectBox
|
||||
redirect-route="profile.achievement"
|
||||
:route-params="{ achievement: achievement.internal_name }"
|
||||
placeholder="View the Progress of Someone You Follow"
|
||||
/>
|
||||
</Panel>
|
||||
<FollowingSelectBox
|
||||
redirect-route="profile.achievement"
|
||||
:route-params="{ achievement: achievement.internal_name }"
|
||||
placeholder="View the Progress of Someone You Follow"
|
||||
/>
|
||||
</div>
|
||||
</ProfileLayout>
|
||||
</template>
|
||||
|
||||
Reference in New Issue
Block a user