Skip to content
This repository was archived by the owner on Dec 3, 2022. It is now read-only.

Commit a6480d1

Browse files
committed
remove useless any
1 parent e00f4f5 commit a6480d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/__tests__/Hooks.test.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ const KeyScreen = () => {
4444

4545
const EventScreen = () => {
4646
const [events, setEvents] = useState([] as NavigationEventPayload[]);
47-
useNavigationEvents((evt: any) => {
47+
useNavigationEvents(evt => {
4848
// latest state on evt.state
4949
// prev state on evt.lastState
5050
// triggering navigation action on evt.action

0 commit comments

Comments
 (0)