From c85e471f4c57a22738d5b032c630eaa6f170c51c Mon Sep 17 00:00:00 2001 From: Rogerio Chaves Date: Mon, 20 Apr 2020 00:14:11 +0200 Subject: [PATCH] Small style fix --- app/views/home.ejs | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/app/views/home.ejs b/app/views/home.ejs index 31f5b79..d03e96d 100644 --- a/app/views/home.ejs +++ b/app/views/home.ejs @@ -39,10 +39,12 @@
<% if (friends.requestsReceived.length) { %>

Friend Requests

- <%- include('_friends', { friends: friends.requestsReceived }) %> +
+ <%- include('_friends', { friends: friends.requestsReceived }) %> +
<% } %> -

Friends

+

Friends

<%- include('_friends', { friends: friends.friends }) %>

Requests Sent