section.pairs-list
article(v-if='pairs.length')
template(v-for='pair in pairs')
router-link.pair.w-flex.align-center.flex-start(
:to='`/profile/${pair.profile.pid}`'
v-if='tabName == "pending"'
)
router-link.pair.w-flex.align-center.flex-start(
:to='`/chat/${pair.profile.pid}`'
v-else
)
.dot--icon
.avatar
.idCard
h3 {{ pair.profile.name }} {{ pair.profile.pid }}
p registered nurse
w-button.menu-button(icon="mdi mdi-menu" xl)
w-menu(activator=".menu-button" arrow right)
w-image(:src="'../../../assets/icons/chat.svg'" :width="20" :height="20")
w-image(:src="'../../../assets/icons/calendar.svg'" :width="20" :height="20")
p(v-else) No {{ tabName }} profiles.