Skip to content

Commit

Permalink
fix(plugins/plugin-client-common): error blocks are not indented prop…
Browse files Browse the repository at this point in the history
…erly

Fixes #5938
  • Loading branch information
starpit committed Oct 10, 2020
1 parent 60de879 commit da467ca
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -218,6 +218,7 @@ export default class Output extends React.PureComponent<Props, State> {
if (isFinished(block) && !isCancelled(block) && !isEmpty(block)) {
const { response } = block
return (
isOops(block) ||
isCommentaryResponse(response) ||
isTabLayoutModificationResponse(response) ||
isReactResponse(response) ||
Expand Down

0 comments on commit da467ca

Please sign in to comment.