Skip to content

Commit

Permalink
Merge pull request #1799 from yunchipang/main
Browse files Browse the repository at this point in the history
fix: hide org creation time
  • Loading branch information
dadiorchen authored Sep 20, 2024
2 parents ede35fc + f9884f7 commit c4b85d6
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions src/pages/organizations/[organizationid].js
Original file line number Diff line number Diff line change
Expand Up @@ -165,21 +165,6 @@ export default function Organization(props) {
{!isMobile && (
<Box sx={{ mt: 6 }}>
<Typography variant="h2">{name}</Typography>
<Box sx={{ mt: 2 }}>
<Info
iconURI={CalendarIcon}
info={
<>
Organization since
<time dateTime={organization?.created_at}>
{` ${moment(organization?.created_at).format(
'MMMM DD, YYYY',
)}`}
</time>
</>
}
/>
</Box>
<Box sx={{ mt: 2 }}>
<Info
iconURI={LocationIcon}
Expand Down

0 comments on commit c4b85d6

Please sign in to comment.