Skip to content

Commit d53e2ee

Browse files
committed
chore: remove suffix from time string
1 parent b445699 commit d53e2ee

File tree

1 file changed

+1
-1
lines changed
  • src/Shared/Components/DevtronLicenseCard

1 file changed

+1
-1
lines changed

src/Shared/Components/DevtronLicenseCard/utils.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ export const getLicenseColorsAccordingToStatus = (
1515
}
1616

1717
export const getTTLInHumanReadableFormat = (ttl: number): string =>
18-
moment.duration(Math.abs(ttl), 'seconds').humanize(true)
18+
moment.duration(Math.abs(ttl), 'seconds').humanize(false)

0 commit comments

Comments
 (0)