diff --git a/src/use-cases/ReactVirtualizedListExample.tsx b/src/use-cases/ReactVirtualizedListExample.tsx index 4064452..23b13c6 100644 --- a/src/use-cases/ReactVirtualizedListExample.tsx +++ b/src/use-cases/ReactVirtualizedListExample.tsx @@ -20,8 +20,9 @@ const Row: ListRowRenderer = ({ index, style }) => { const ReactVirtualizedListExample: React.FC = () => { return ( - // AutoSizer automatically sets the width of the list - // based on the width of the parent container. + + {/* AutoSizer automatically sets the width of the list + based on the width of the parent container. */} {({ width }) => (