sonar qube
This commit is contained in:
@@ -234,7 +234,6 @@ export function getDateLabelByMinMaxDate(date, maxDate, minDate) {
|
||||
// 計算相差的小時、分鐘、秒
|
||||
const diffHours = Math.floor(timeDiff / (60 * 60));
|
||||
const diffMinutes = Math.floor(timeDiff / 60);
|
||||
const diffSeconds = Math.floor(timeDiff);
|
||||
|
||||
// 顯示結果
|
||||
if (diffMonths > 1) {
|
||||
|
||||
Reference in New Issue
Block a user