Skip to content

Commit

Permalink
update data passing (#649)
Browse files Browse the repository at this point in the history
  • Loading branch information
ekachxaidze98 authored Dec 7, 2023
1 parent 3376ff1 commit bb6366c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const DocumentationMembership = ({
<div className={styles.placement}>
{nav}
<div className={styles.documentationInnerWrapper}>
{docs?.items?.map((item, index) => (
{docs?.map((item, index) => (
<div key={item.id} className={styles.documentationItem} id={item.id}>
<h3
className={classNames.use(styles.documentationItemTitle, {
Expand Down

0 comments on commit bb6366c

Please sign in to comment.