From af680149bdd5daebcbb5d442f3fd5cb8883c1209 Mon Sep 17 00:00:00 2001 From: Eduardo Quiros Date: Tue, 26 Jul 2022 20:14:32 -0600 Subject: [PATCH] format --- servicio-reportes/src/reports/reports.service.ts | 5 ++--- web-ui/web-react/src/components/Inquilinos.js | 16 ++++++++++++---- 2 files changed, 14 insertions(+), 7 deletions(-) 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 = () => {
- +