We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 224ba93 commit 721bfbcCopy full SHA for 721bfbc
src/utils/Helpers.tsx
@@ -168,7 +168,6 @@ export const formatDistanceDate = (timestamp: string): string => {
168
const formatedString = `${distanceInDays} ${formatInterval !== "" ? `and ${formatInterval} ago` : ""}`.trim()
169
return formatedString
170
} else if (days !== 0) {
171
- console.log("here", days, hours)
172
const formatedString = hours !== 0 ? `${distanceInDays} and ${hours!} hours ago` : `${distanceInDays} ago`
173
174
} else {
0 commit comments