Skip to content

Commit

Permalink
removed unnecessary prop
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Cross committed Oct 21, 2024
1 parent 2dd0c6a commit 856771f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/components/Nav/Main/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -109,10 +109,7 @@ const Main = (props) => {
const locale = useRef(I18n.locale);
const removeConnectionStatusListener = useRef();

const { connectionChangeHandler } = useConnectionHandler(
props.navigation,
true,
);
const { connectionChangeHandler } = useConnectionHandler(props.navigation);

const removeNotVisibleNotifications = props.removeNotVisibleNotifications;
useNotificationHandler(props.navigation);
Expand Down

0 comments on commit 856771f

Please sign in to comment.