Skip to content

Commit

Permalink
Update props wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
forinda committed Nov 7, 2022
1 parent ee2ed54 commit b625245
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/MapRouter.tsx
Expand Up @@ -5,7 +5,9 @@ import RouteFunction from './RouteFunction'
import { TopScroll } from './TopScroll'

export const MapRouter: IRouterFunction = function ({
routes, browserRouter = false, enableTopScroll = true,
routes,
browserRouter = false,
enableTopScroll = true,
}: MapRouterProps): JSX.Element {
return browserRouter ? (
<BrowserRouter>
Expand Down

0 comments on commit b625245

Please sign in to comment.