fix(workflows): clean up node.yaml by removing unnecessary whitespace
Some checks failed
GBCI / build (push) Failing after 3m41s
Some checks failed
GBCI / build (push) Failing after 3m41s
This commit is contained in:
parent
d921be4435
commit
294efd42f1
1 changed files with 1 additions and 1 deletions
|
@ -347,7 +347,7 @@ class GBUIApp extends React.Component {
|
||||||
);
|
);
|
||||||
|
|
||||||
if (this.state.instanceClient) {
|
if (this.state.instanceClient) {
|
||||||
let color1 = this.state.instanceClient.color1;
|
|
||||||
gbCss = <GBCss instance={this.state.instanceClient} />;
|
gbCss = <GBCss instance={this.state.instanceClient} />;
|
||||||
seo = <SEO instance={this.state.instanceClient} />;
|
seo = <SEO instance={this.state.instanceClient} />;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue