From 73dd0e4f608723d6f80181734a01a1c7de246b2a Mon Sep 17 00:00:00 2001 From: bytedefined <56295147+Bytedefined@users.noreply.github.com> Date: Sun, 31 Jul 2022 18:19:46 +0800 Subject: [PATCH] No friends, no incoming friend requests and no outgoing friend requests messages --- .../Communications/CommunicationsFriends.vue | 21 +++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/frontend/src/views/Communications/CommunicationsFriends.vue b/frontend/src/views/Communications/CommunicationsFriends.vue index 92f255d..c3fa098 100644 --- a/frontend/src/views/Communications/CommunicationsFriends.vue +++ b/frontend/src/views/Communications/CommunicationsFriends.vue @@ -86,6 +86,13 @@ + + + + You currently do not have any incoming friend requests. + + + + + + + You currently do not have any outgoing friend requests. + + + + + + + You currently do not have any friends. + + +