Skip to content

Commit

Permalink
fix(EightBaseBoostProvider): rid of unnecessary trash
Browse files Browse the repository at this point in the history
  • Loading branch information
zouxuoz committed Dec 18, 2018
1 parent ff58925 commit 64c82a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/EightBaseBoostProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class EightBaseBoostProvider extends React.Component<EightBaseBoostProviderProps
<ModalProvider>
<IconsProvider icons={ icons }>
{ children }
</IconsProvider>s
</IconsProvider>
</ModalProvider>
</ThemeProvider>
);
Expand Down

0 comments on commit 64c82a3

Please sign in to comment.