fix: 병원비 그래프도 빈 상태 안내 문구를 보여줌 - #43
Merged
Merged
Conversation
costGrouped가 비어 있으면(선택 기간에 costKrw가 입력된 병원 방문 기록이 없으면) 섹션 자체가 통째로 숨어 있었다 — 대변 스코어 차트와 같은 패턴을 그대로 썼는데, 체중·사료·물 차트는 ChartEmpty로 안내 문구를 보여준다. 일관성을 맞춰 비용 차트도 ChartEmpty를 쓰도록 바꾼다. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
ChartEmpty로 안내 문구를 보여준다.ChartEmpty를 쓰도록 맞춘다.Test plan
npm run --workspace apps/web build(타입체크 포함)npm run --workspace apps/web test(112 tests)🤖 Generated with Claude Code