Skip to content

Commit b15a74b

Browse files
committed
fix: linting
1 parent 5dabf4d commit b15a74b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,7 @@ function withDecaying(
293293
])
294294
}
295295

296-
const GestureHandlerWrapper = GestureHandlerRootView || View;
296+
const GestureHandlerWrapper = GestureHandlerRootView || View
297297

298298
export default class BottomSheetBehavior extends React.Component<Props, State> {
299299
static defaultProps = {

0 commit comments

Comments
 (0)