Apply suggestions from code review

Co-authored-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-02-25 19:08:04 +01:00
committed by GitHub
parent 40c0fdbaa0
commit 243dd5771b
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -321,7 +321,7 @@ app, allowing it to be used as a switch for whether a particular link should be
displayed or action should be taken.
When calling `useRouteRef` with an optional external route, its return signature
is change to `RouteFunc | undefined`, allowing for logic like this:
is changed to `RouteFunc | undefined`, allowing for logic like this:
```tsx
const MyComponent = () => {