Skip to content

Commit e7714a5

Browse files
authored
Merge pull request KelvinTegelaar#4861 from KelvinTegelaar/dev
Dev to hotfix
2 parents 64facf7 + 6ca6d5e commit e7714a5

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

public/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "8.6.0"
2+
"version": "8.6.1"
33
}

src/pages/_app.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -299,9 +299,11 @@ const App = (props) => {
299299
<RTL direction={settings.direction}>
300300
<CssBaseline />
301301
<ErrorBoundary FallbackComponent={Error500}>
302-
<ReleaseNotesProvider>
303-
<PrivateRoute>{getLayout(<Component {...pageProps} />)}</PrivateRoute>
304-
</ReleaseNotesProvider>
302+
<PrivateRoute>
303+
<ReleaseNotesProvider>
304+
{getLayout(<Component {...pageProps} />)}
305+
</ReleaseNotesProvider>
306+
</PrivateRoute>
305307
</ErrorBoundary>
306308
<Toaster position="top-center" />
307309
<CippSpeedDial

0 commit comments

Comments
 (0)