Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jorbush committed Sep 26, 2024
1 parent 4c220e6 commit 0de91b7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions postrify-frontend/src/app/footer/footer.component.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import { Component, OnInit } from '@angular/core';
import { Component } from '@angular/core';
import packageJson from '../../../package.json';

@Component({
Expand Down Expand Up @@ -165,9 +165,7 @@ import packageJson from '../../../package.json';
`,
],
})
export class FooterComponent implements OnInit {
export class FooterComponent {
version: string = packageJson.version;
currentDate: string = new Date().toLocaleDateString();

ngOnInit(): void {}
}

0 comments on commit 0de91b7

Please sign in to comment.