Use .value for computed prop
This commit is contained in:
parent
a05cfde9d7
commit
364b765dd6
@ -75,7 +75,7 @@ export default defineComponent({
|
||||
|
||||
followActive = computed(() => {
|
||||
//Show following alongside playerlist on small screens
|
||||
return (!smallScreen.value && following)
|
||||
return (!smallScreen.value && following.value)
|
||||
|| (smallScreen.value && currentlyVisible.value.has('players'));
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user