* install github app button * general error component * auto-generate cluster name * fix button text color * infra tab for porter user * take care of current-error * take care of current-error
@@ -37,7 +37,7 @@ export default class CurrentError extends Component<PropsType, StateType> {
currentError = String(currentError);
}
- if (currentError) {
+ if (currentError && currentError !== "" && currentError !== "{}" && currentError !== undefined && currentError.length > 3) {
if (!this.state.expanded) {
return (
<StyledCurrentError>