diff --git a/apps/builddao/widget/components/navigation/header.jsx b/apps/builddao/widget/components/navigation/header.jsx index 334b4f92..c3da1549 100644 --- a/apps/builddao/widget/components/navigation/header.jsx +++ b/apps/builddao/widget/components/navigation/header.jsx @@ -57,7 +57,7 @@ const MobileNavigation = styled.div` `; const { href } = VM.require("buildhub.near/widget/lib.url") || { - href: () => {} + href: () => {}, }; const NavLink = ({ to, children }) => ( diff --git a/apps/builddao/widget/components/profile/ProfileTabs.jsx b/apps/builddao/widget/components/profile/ProfileTabs.jsx index 130e5e0a..5d1fb552 100644 --- a/apps/builddao/widget/components/profile/ProfileTabs.jsx +++ b/apps/builddao/widget/components/profile/ProfileTabs.jsx @@ -98,6 +98,18 @@ return ( aria-labelledby="pills-posts-tab" >
+ {description && ( + + )}