Skip to content

Commit

Permalink
pretty
Browse files Browse the repository at this point in the history
  • Loading branch information
jho406 committed Dec 12, 2024
1 parent 89640aa commit 66bb600
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions superglue/lib/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ function Application({
useMemo(() => {
config.baseUrl = baseUrl

const {visit, remote} = buildVisitAndRemote(navigatorRef, store)
const { visit, remote } = buildVisitAndRemote(navigatorRef, store)

const initialPageKey = urlToPageKey(parse(path).href)
const nextHistory = history || createHistory()
Expand All @@ -128,10 +128,10 @@ function Application({
connectedMapping: connectMapping(mapping),
nextHistory,
initialPageKey,
ujs: handlers
ujs: handlers,
}
}, [])

// The Nav component is pretty bare and can be inherited from for custom
// behavior or replaced with your own.
return (
Expand Down

0 comments on commit 66bb600

Please sign in to comment.