Skip to content

Commit

Permalink
Update src/app/components/shared/datetime/abstract-datetime.component.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Truskinger <[email protected]>
  • Loading branch information
hudson-newey and atruskie authored Dec 19, 2023
1 parent fa3dcf8 commit 95efa43
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export abstract class AbstractDatetimeComponent implements OnChanges {
public formattedValue: string;
public tooltipValue: string;
public rawDateTime: string;
// I have implemented this method so that each datetime component will default to having no suffix
// Each child component will default to no suffix.
public suffix = "";

/**
Expand Down

0 comments on commit 95efa43

Please sign in to comment.