Skip to content

Commit

Permalink
Merge remote-tracking branch 'saiprabhu-dandanayak/fix/prevent-objs-f…
Browse files Browse the repository at this point in the history
…rom-collapsing-21423' into fix/21423-shadow-pr-for-36477
  • Loading branch information
alex-golovanov committed Oct 9, 2024
2 parents 4c58a98 + 70597d4 commit 984c2be
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,4 +395,4 @@ function LogItem(props: LogItemProps) {
);
}

export default LogItem;
export default React.memo(LogItem);

0 comments on commit 984c2be

Please sign in to comment.