Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
fix syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jxom committed Oct 26, 2018
1 parent 199a74a commit bb1cdb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ThemeProvider/ThemeProvider.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const Provider = ({ children, isStandalone, theme: _theme }: Props) => {
theme = {
...theme,
...reakitTheme,
...theme.reakit
...(theme && theme.reakit ? theme.reakit : {})
};
return (
<ThemeProvider theme={theme}>
Expand Down

0 comments on commit bb1cdb3

Please sign in to comment.