Skip to content

Commit

Permalink
Fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Lucas committed Oct 16, 2021
1 parent f44eefa commit 99e1369
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion packages/giterm/app/renderer/app.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ const rootElementSelector = document.currentScript?.getAttribute(
const rootElement = document.querySelector(rootElementSelector)

ReactDOM.render(
<ErrorBoundary fallback="An error occurred and has been reported. Please restart the app">
<ErrorBoundary>
<Provider store={store}>
<Router history={history as any}>
<Switch>
Expand Down
1 change: 0 additions & 1 deletion packages/giterm/app/renderer/components/commits/GitRef.tsx
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
import React from 'react'
import PropTypes from 'prop-types'
import { useSelector } from 'react-redux'
import { Cloud, Tag, GitBranch, ArrowUp, ArrowDown } from 'react-feather'

Expand Down

0 comments on commit 99e1369

Please sign in to comment.