diff options
author | Ivan Chen <ivan@tagg.id> | 2021-05-07 16:42:04 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-05-07 16:42:04 -0400 |
commit | 679b46ac69149fb93a7a3781fa7f88c53dc77b33 (patch) | |
tree | e62b773fa9dda225df810ade471bcb119f118697 /src/utils | |
parent | 9ae27c5717bace27a2db2c8dab1241c8a6e3da25 (diff) |
adjusted styling
Diffstat (limited to 'src/utils')
-rw-r--r-- | src/utils/moments.ts | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/utils/moments.ts b/src/utils/moments.ts index 12323e7b..90d69519 100644 --- a/src/utils/moments.ts +++ b/src/utils/moments.ts @@ -39,10 +39,6 @@ export const getTimePosted = (date_time: string) => { }; export const getTimeInShorthand = (date_time: string) => { - //TODO: Explore this function to get dates in our range and format - // const datePosted = moment(date_time); - // return moment(datePosted).fromNow(); - const datePosted = moment(date_time); const now = moment(); var time = date_time; |