Skip to content

Commit fe44a2b

Browse files
committed
remove reduce motion prop in stablecoin accordion
1 parent dd3d75d commit fe44a2b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/StablecoinAccordion/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ const StablecoinAccordion = () => {
104104
const DEFAULT_IMAGE_WIDTH = 24
105105

106106
return (
107-
<Accordion borderRadius="base" width="full" allowToggle reduceMotion>
107+
<Accordion borderRadius="base" width="full" allowToggle>
108108
<AccordionCustomItem category="dapps">
109109
<LeftColumnPanel>
110110
<SectionTitle>

0 commit comments

Comments
 (0)