Skip to content

Commit

Permalink
col page: add metadata. #691
Browse files Browse the repository at this point in the history
  • Loading branch information
MortenHofft committed Jan 9, 2025
1 parent 9d95967 commit 9fb9145
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/gbif-org/src/routes/collection/key/About.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ import { GbifLinkCard } from '@/components/TocHelp';
import { Card, CardContent, CardHeader, CardTitle } from '@/components/ui/largeCard';
import useBelow from '@/hooks/useBelow';
import { DynamicLink } from '@/reactRouterPlugins';
import { GrSciCollMetadata } from '@/routes/institution/key/MetaData';
import { ArticleContainer } from '@/routes/resource/key/components/articleContainer';
import { ArticleTextContainer } from '@/routes/resource/key/components/articleTextContainer';
import { isNoneEmptyArray } from '@/utils/isNoneEmptyArray';
Expand Down Expand Up @@ -460,6 +461,7 @@ export default function About() {
</aside>
)}
</div>
{collection && <GrSciCollMetadata entity={collection} />}
</ArticleTextContainer>
</ArticleContainer>
);
Expand Down

0 comments on commit 9fb9145

Please sign in to comment.