Skip to content

Commit

Permalink
better formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
farooqkz committed Jun 19, 2024
1 parent 31789d9 commit fc5d82f
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/renderer/components/screens/RecoverableCrashScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,11 @@ const log = getLogger('renderer/react-crashhandler')
/**
* if props.reset_on_change_key changes the RecoverableCrashScreen is reset
*/
export class RecoverableCrashScreen extends React.Component<PropsWithChildren<{
reset_on_change_key: string | number
}>> {
export class RecoverableCrashScreen extends React.Component<
PropsWithChildren<{
reset_on_change_key: string | number
}>
> {
state = {
hasError: false,
error: '',
Expand Down

0 comments on commit fc5d82f

Please sign in to comment.