필터 및 화면 수정사항 반영

This commit is contained in:
2025-12-18 17:01:24 +09:00
parent 4d0f8f3b6b
commit abc2f20495
19 changed files with 417 additions and 5574 deletions

View File

@@ -973,7 +973,7 @@ function MyCowContent() {
})() : '-'}
</td>
<td className="cow-table-cell">
{cow.cowSex === "" ? "소" : "소"}
{cow.cowSex === "" ? "소" : "소"}
</td>
<td className="cow-table-cell">
{cow.damCowId && cow.damCowId !== '0' ? cow.damCowId : '-'}
@@ -1132,7 +1132,7 @@ function MyCowContent() {
<div className="md:hidden space-y-2.5">
{paginatedCows.map((cow) => {
const rank = getRank(cow)
const isFemale = cow.cowSex === ''
const isFemale = cow.cowSex !== ''
return (
<div