Rebase and re-apply prettier
This commit is contained in:
@@ -178,6 +178,7 @@ set the`ZEROEX_DATA_PIPELINE_DB_URL` environment variable to a valid
|
||||
floating point numbers.
|
||||
- [TypeORM documentation](http://typeorm.io/#/) is pretty robust and can be a
|
||||
helpful resource.
|
||||
|
||||
* Scripts/parsers should perform minimum data transformation/normalization.
|
||||
The idea here is to have a raw data feed that will be cleaned up and
|
||||
synthesized in a separate step.
|
||||
|
@@ -38,6 +38,7 @@ const docsInfoConfig: DocsInfoConfig = {
|
||||
};
|
||||
const mapStateToProps = getMapStateToProps(docsInfoConfig);
|
||||
|
||||
export const Documentation: React.ComponentClass<DocPageProps> = connect(mapStateToProps, mapDispatchToProps)(
|
||||
DocPageComponent,
|
||||
);
|
||||
export const Documentation: React.ComponentClass<DocPageProps> = connect(
|
||||
mapStateToProps,
|
||||
mapDispatchToProps,
|
||||
)(DocPageComponent);
|
||||
|
@@ -38,6 +38,7 @@ const docsInfoConfig: DocsInfoConfig = {
|
||||
};
|
||||
const mapStateToProps = getMapStateToProps(docsInfoConfig);
|
||||
|
||||
export const Documentation: React.ComponentClass<DocPageProps> = connect(mapStateToProps, mapDispatchToProps)(
|
||||
DocPageComponent,
|
||||
);
|
||||
export const Documentation: React.ComponentClass<DocPageProps> = connect(
|
||||
mapStateToProps,
|
||||
mapDispatchToProps,
|
||||
)(DocPageComponent);
|
||||
|
@@ -38,6 +38,7 @@ const docsInfoConfig: DocsInfoConfig = {
|
||||
};
|
||||
const mapStateToProps = getMapStateToProps(docsInfoConfig);
|
||||
|
||||
export const Documentation: React.ComponentClass<DocPageProps> = connect(mapStateToProps, mapDispatchToProps)(
|
||||
DocPageComponent,
|
||||
);
|
||||
export const Documentation: React.ComponentClass<DocPageProps> = connect(
|
||||
mapStateToProps,
|
||||
mapDispatchToProps,
|
||||
)(DocPageComponent);
|
||||
|
Reference in New Issue
Block a user