Skip to content

Commit

Permalink
chore(docs): fix #4496 (#4500)
Browse files Browse the repository at this point in the history
Co-authored-by: Caleb Pollman <[email protected]>
  • Loading branch information
dbanksdesign and calebpollman authored Oct 4, 2023
1 parent 82551bb commit ad79ed7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/src/components/home/HomeEditor.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,7 @@ const HomeEditor = () => {
);
};

export default HomeEditor;
HomeEditor.displayName = 'HomeEditor';

const MemoHomeEditor = React.memo(HomeEditor);
export default MemoHomeEditor;

0 comments on commit ad79ed7

Please sign in to comment.