diff --git a/tasker-client/src/app/components/Navbar/index.tsx b/tasker-client/src/app/components/Navbar/index.tsx index f8e5a68..0453a9e 100644 --- a/tasker-client/src/app/components/Navbar/index.tsx +++ b/tasker-client/src/app/components/Navbar/index.tsx @@ -77,7 +77,7 @@ const Navbar = () => {
{!!currentUserDetails?.profilePictureUrl ? ( {currentUserDetails?.username { )}
- logo + logo

Tasker.IO @@ -157,7 +162,7 @@ const Sidebar = () => {
{!!currentUserDetails?.profilePictureUrl ? ( {currentUserDetails?.username {
{task.attachments && task.attachments.length > 0 && ( {task.attachments[0].fileName} {
{user.profilePictureUrl && ( profile picture { > {task.attachments && task.attachments.length > 0 && ( {task.attachments[0].fileName} { {task.assignee && ( {task.assignee.username} { {task.author && ( {task.author.username}