Skip to content

Commit

Permalink
Remove redundant space
Browse files Browse the repository at this point in the history
  • Loading branch information
glendaviesnz committed Feb 13, 2023
1 parent 8528ca7 commit 7cf4947
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@ export function useNavigatorBackButton(
} = useContextSystem( props, 'NavigatorBackButton' );

const { goBack, goToParent } = useNavigator();

const handleClick: React.MouseEventHandler< HTMLButtonElement > =
useCallback(
( e ) => {
Expand Down

0 comments on commit 7cf4947

Please sign in to comment.