Skip to content

Commit 2c30fb1

Browse files
Copilotabdusabri
andauthored
fix: format DataPlot component for CI
Agent-Logs-Url: https://github.com/abdusabri/high-performance-csv-plotter/sessions/46a75120-c496-437a-8758-235ea93a7283 Co-authored-by: abdusabri <25670682+abdusabri@users.noreply.github.com>
1 parent 3df5b42 commit 2c30fb1

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/components/DataPlot.tsx

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,10 @@ const DataPlot: React.FC<DataPlotProps> = React.memo(({ data }) => {
9393
}, [containerWidth]);
9494

9595
return (
96-
<div className="h-[440px] rounded border border-border bg-card p-2" ref={containerRef}>
96+
<div
97+
className="h-[440px] rounded border border-border bg-card p-2"
98+
ref={containerRef}
99+
>
97100
{!data || data.length === 0 ? (
98101
<div className="flex h-full items-center justify-center">
99102
<p className="text-center text-muted-foreground">

0 commit comments

Comments
 (0)