Skip to content

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jay-hodgson committed Oct 27, 2023
1 parent 6a6e016 commit 1e550a1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/portals/src/portal-components/RedirectToURL.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ export type RedirectToURLProps = {
}

/**
* Allows us to use react-router's Redirect as a portal component without losing the query params.
* Allows us to redirect to an arbitrary URL. If search is provided, then it will only redirect if the
* search parameter matches this string.
* @param props
* @returns
*/
Expand Down

0 comments on commit 1e550a1

Please sign in to comment.