Skip to content

Commit

Permalink
fix type error in chart
Browse files Browse the repository at this point in the history
  • Loading branch information
aabassiouni committed Jul 8, 2024
1 parent 8fcd0c0 commit 3ba8a2e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/web/src/components/ui/chart.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ const ChartStyle = ({ id, config }: { id: string; config: ChartConfig }) => {

return (
<style
dangerouslySetInnerHTML={{
dangerouslySetInnerHTML={{
// @ts-ignore
__html: Object.entries(THEMES).map(
([theme, prefix]) => `
${prefix} [data-chart=${id}] {
Expand Down

0 comments on commit 3ba8a2e

Please sign in to comment.