Skip to content

Commit e43398e

Browse files
committed
lint
1 parent ceb1e2f commit e43398e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/useKeyboard.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,9 @@ export default function useKeyboard() {
2525
}
2626
const handleKeyboardDidHide: KeyboardEventListener = e => {
2727
setShown(false)
28-
if(e){
29-
setCoordinates({start: e.startCoordinates, end: e.endCoordinates});
30-
}
28+
if (e) {
29+
setCoordinates({start: e.startCoordinates, end: e.endCoordinates})
30+
}
3131
setKeyboardHeight(0)
3232
}
3333

0 commit comments

Comments
 (0)