Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
wolverineks committed Jun 18, 2021
1 parent cf622aa commit c9c97a5
Show file tree
Hide file tree
Showing 96 changed files with 2,173 additions and 2,122 deletions.
9 changes: 3 additions & 6 deletions src/App.js
Expand Up @@ -56,12 +56,9 @@ const App = (_props, _context) => {

export default injectIntl(
compose(
connect(
() => ({}),
{
initApp,
},
),
connect(() => ({}), {
initApp,
}),
onDidMount(({initApp}) => initApp()),
)(App),
)

0 comments on commit c9c97a5

Please sign in to comment.