Skip to content

Commit db828b7

Browse files
Prettier issue resolved
1 parent d4ad41d commit db828b7

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/Carousel/Carousel.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,7 @@ export const Carousel: FC<CarouselProps> = ({
151151
innerRef={carouselContainer}
152152
onEndScroll={handleDragging(false)}
153153
onStartScroll={handleDragging(draggable)}
154-
style={{
155-
overflowX: 'scroll'
156-
}}
154+
style={{ overflowX: 'scroll' }}
157155
vertical={false}
158156
horizontal={draggable}
159157
>

0 commit comments

Comments
 (0)