@@ -6,7 +6,7 @@ function getDateDiff(dateTimeStamp) {
const minute = 1000 * 60
const hour = minute * 60
const day = hour * 24
- const halfamonth = day * 15
+ // const halfamonth = day * 15
const month = day * 30
const now = new Date().getTime()
const diffValue = now - dateTimeStamp