diff --git a/servicio-reportes/src/reports/reports.service.ts b/servicio-reportes/src/reports/reports.service.ts index 1197d840..37a68957 100644 --- a/servicio-reportes/src/reports/reports.service.ts +++ b/servicio-reportes/src/reports/reports.service.ts @@ -9,9 +9,8 @@ import { map } from 'rxjs/operators'; export class ReportsService { constructor( @InjectModel(Report.name) - private readonly reportModel: Model, - ) // - {} + private readonly reportModel: Model, // + ) {} async create(report: ReportDocument): Promise { return this.reportModel.create(report); diff --git a/web-ui/web-react/src/components/Inquilinos.js b/web-ui/web-react/src/components/Inquilinos.js index 3baa25f9..3bf4375f 100644 --- a/web-ui/web-react/src/components/Inquilinos.js +++ b/web-ui/web-react/src/components/Inquilinos.js @@ -55,15 +55,19 @@ const Inquilinos = () => {
- +
- +
- +
@@ -83,7 +87,11 @@ const Inquilinos = () => {
- +