Correct tab name
This commit is contained in:
parent
42e3f6d045
commit
36a8920367
1 changed files with 1 additions and 1 deletions
|
@ -218,7 +218,7 @@
|
||||||
:class="{ active: tabName === 'posts-with-replies' }"
|
:class="{ active: tabName === 'posts-with-replies' }"
|
||||||
@click="switchTab('posts-with-replies')"
|
@click="switchTab('posts-with-replies')"
|
||||||
>
|
>
|
||||||
Posts with replies
|
Posts and replies
|
||||||
</a>
|
</a>
|
||||||
</template>
|
</template>
|
||||||
<span v-else-if="tabName === 'followers'" class="active">Followers</span>
|
<span v-else-if="tabName === 'followers'" class="active">Followers</span>
|
||||||
|
|
Loading…
Reference in a new issue