Skip to content

Commit

Permalink
fix: fix failing tests by assigning default value
Browse files Browse the repository at this point in the history
  • Loading branch information
jim-deriv committed Oct 14, 2022
1 parent 1d019f6 commit daa73d7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ const RouteWithSubRoutes = ({
exact,
getTitle,
is_authenticated,
is_logged_in,
is_logged_in = false,
path,
routes,
to,
Expand Down

0 comments on commit daa73d7

Please sign in to comment.