We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a20e12 commit f6377eeCopy full SHA for f6377ee
packages/components/src/components/hds/time/index.ts
@@ -92,7 +92,7 @@ export default class HdsTime extends Component<HdsTimeSignature> {
92
93
if (dateIsValid(date)) {
94
const isoUtcString = this.hdsTime.toIsoUtcString(date);
95
-
+
96
if (isoUtcString) return isoUtcString;
97
}
98
0 commit comments