From 2772c3e0907bb9ca2470cf5b96f956e0aee297ea Mon Sep 17 00:00:00 2001 From: Matchu Date: Tue, 3 Nov 2020 14:45:43 -0800 Subject: [PATCH] adjust WIP callout on user items page --- src/app/UserItemsPage.js | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/app/UserItemsPage.js b/src/app/UserItemsPage.js index a9c112c..6b65303 100644 --- a/src/app/UserItemsPage.js +++ b/src/app/UserItemsPage.js @@ -117,9 +117,11 @@ function UserItemsPage() { return ( - - - + {isCurrentUser && ( + + + + )} {isCurrentUser ? "Your items" : `${data.user.username}'s items`}