Skip to content

Commit

Permalink
fix: try again with the fix
Browse files Browse the repository at this point in the history
  • Loading branch information
thesergsb committed Jul 22, 2024
1 parent 4eb0fc6 commit 1303d60
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ on:
branches:
- main
- beta
- beta-**

jobs:
release:
Expand Down
1 change: 1 addition & 0 deletions src/components/chart-elements/AreaChart/AreaChart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ interface ActiveDot {
dataKey?: string;
}

// Placeholder
const AreaChart = React.forwardRef<HTMLDivElement, AreaChartProps>((props, ref) => {
const {
data = [],
Expand Down

0 comments on commit 1303d60

Please sign in to comment.