Skip to content

Commit

Permalink
fix: collapsibleQuoteList width (#8084)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis authored Nov 6, 2024
1 parent c159a69 commit f5ef403
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ export const CollapsibleQuoteList: React.FC<CollapsibleQuoteListProps> = ({
() => ({
ml,
height,
width,
}),
[ml, height, width],
[ml, height],
)

return (
Expand Down

0 comments on commit f5ef403

Please sign in to comment.