Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/NEARBuilders/gateway into d…
Browse files Browse the repository at this point in the history
…evelop
  • Loading branch information
elliotBraem committed Feb 6, 2024
2 parents ec6e046 + 982e808 commit 059a272
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/builddao/widget/components/navigation/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ const MobileNavigation = styled.div`
`;

const { href } = VM.require("buildhub.near/widget/lib.url") || {
href: () => {}
href: () => {},
};

const NavLink = ({ to, children }) => (
Expand Down
12 changes: 12 additions & 0 deletions apps/builddao/widget/components/profile/ProfileTabs.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -98,6 +98,18 @@ return (
aria-labelledby="pills-posts-tab"
>
<div className="mx-auto">
{description && (
<Post
key="desc"
accountId={accountId}
pinned={true}
blockHeight="now"
content={{
text: description,
}}
noBorder={true}
/>
)}
<Widget
key="feed"
loading=""
Expand Down

0 comments on commit 059a272

Please sign in to comment.