mirror of
https://github.com/Troplo/Colubrina.git
synced 2024-11-23 03:36:42 +11:00
Remove un-needed stuff
This commit is contained in:
parent
73dd0e4f60
commit
1406c0ceab
1 changed files with 3 additions and 3 deletions
|
@ -86,7 +86,7 @@
|
||||||
</v-toolbar>
|
</v-toolbar>
|
||||||
<v-card color="card" elevation="0">
|
<v-card color="card" elevation="0">
|
||||||
<v-list color="card">
|
<v-list color="card">
|
||||||
<v-list-item v-if="computePendingIncoming.length === 0 || !computePendingIncoming">
|
<v-list-item v-if="computePendingIncoming.length === 0">
|
||||||
<v-list-item-content>
|
<v-list-item-content>
|
||||||
<v-list-item-title>
|
<v-list-item-title>
|
||||||
You currently do not have any incoming friend requests.
|
You currently do not have any incoming friend requests.
|
||||||
|
@ -135,7 +135,7 @@
|
||||||
</v-toolbar>
|
</v-toolbar>
|
||||||
<v-card color="card" elevation="0">
|
<v-card color="card" elevation="0">
|
||||||
<v-list color="card">
|
<v-list color="card">
|
||||||
<v-list-item v-if="computePendingOutgoing.length === 0 || !computePendingOutgoing">
|
<v-list-item v-if="computePendingOutgoing.length === 0">
|
||||||
<v-list-item-content>
|
<v-list-item-content>
|
||||||
<v-list-item-title>
|
<v-list-item-title>
|
||||||
You currently do not have any outgoing friend requests.
|
You currently do not have any outgoing friend requests.
|
||||||
|
@ -181,7 +181,7 @@
|
||||||
</v-toolbar>
|
</v-toolbar>
|
||||||
<v-card color="card" elevation="0">
|
<v-card color="card" elevation="0">
|
||||||
<v-list color="card">
|
<v-list color="card">
|
||||||
<v-list-item v-if="computeAccepted.length === 0 || !computeAccepted">
|
<v-list-item v-if="computeAccepted.length === 0">
|
||||||
<v-list-item-content>
|
<v-list-item-content>
|
||||||
<v-list-item-title>
|
<v-list-item-title>
|
||||||
You currently do not have any friends.
|
You currently do not have any friends.
|
||||||
|
|
Loading…
Reference in a new issue