Skip to content

Commit

Permalink
Fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
acelaya committed May 20, 2024
1 parent 62ee38e commit 17f1db3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ShlinkWebComponent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ export const createShlinkWebComponent = (

return !theStore ? <></> : (
<ReduxStoreProvider store={theStore}>
<SettingsProvider value={settings}>
<SettingsProvider value={settings ?? {}}>
<FeaturesProvider value={features}>
<RoutesPrefixProvider value={routesPrefix}>
<RouterOrFragment>
Expand Down

0 comments on commit 17f1db3

Please sign in to comment.