종료수정정

This commit is contained in:
khj0414 2025-04-03 16:18:50 +09:00
parent ea6b5d26c9
commit 1fef343fd9

View File

@ -211,7 +211,7 @@ const getDaysAgo = (dateString) => {
// "" // ""
if (dayDiff === 0) return "금일 종료"; if (dayDiff === 0) return "금일 종료";
return `종료 ${Math.abs(dayDiff)}일 전`; return `종료 ${Math.abs(dayDiff)}일 전`;
}; };
</script> </script>