Skip to content

Commit 06c9af2

Browse files
committed
Prettier issue resolved
1 parent 4c787a4 commit 06c9af2

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/components/Carousel/Carousel.tsx

+1-3
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)