Skip to content

Commit

Permalink
fix prettier-formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Damans227 committed Jan 3, 2022
1 parent dadc4b1 commit 47090f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion superset-frontend/src/components/ErrorBoundary/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export default class ErrorBoundary extends React.Component<
{ error: Error | null; info: React.ErrorInfo | null }
> {
static defaultProps = {
onError: () => { },
onError: () => {},
showMessage: true,
};

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ const ErrorAlertDiv = styled.div<{ level: ErrorLevel }>`
}
`;

const ErrorModal = styled(Modal) <{ level: ErrorLevel }>`
const ErrorModal = styled(Modal)<{ level: ErrorLevel }>`
color: ${({ level, theme }) => theme.colors[level].dark2};
overflow-wrap: break-word;
Expand Down

0 comments on commit 47090f6

Please sign in to comment.