Skip to content

Commit f6377ee

Browse files
author
shleewhite
committed
chore: lint
1 parent 0a20e12 commit f6377ee

File tree

1 file changed

+1
-1
lines changed
  • packages/components/src/components/hds/time

1 file changed

+1
-1
lines changed

packages/components/src/components/hds/time/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ export default class HdsTime extends Component<HdsTimeSignature> {
9292

9393
if (dateIsValid(date)) {
9494
const isoUtcString = this.hdsTime.toIsoUtcString(date);
95-
95+
9696
if (isoUtcString) return isoUtcString;
9797
}
9898

0 commit comments

Comments
 (0)