Skip to content

Commit

Permalink
Update docs/shared/ApiDoc/EnumDetails.js
Browse files Browse the repository at this point in the history
Co-authored-by: Jerel Miller <[email protected]>
  • Loading branch information
phryneas and jerelmiller authored Jan 23, 2024
1 parent a4dbbb2 commit 17c80aa
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/shared/ApiDoc/EnumDetails.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export function EnumDetails({
}) {
const getItem = useApiDocContext();
const item = getItem(canonicalReference);
console.log(item);

const sortedMembers = useMemo(
() => item.members.map(getItem).sort(sortWithCustomOrder(customOrder)),
Expand Down

0 comments on commit 17c80aa

Please sign in to comment.