Skip to content

Commit

Permalink
d
Browse files Browse the repository at this point in the history
  • Loading branch information
jooeun921 committed Jun 3, 2024
1 parent 64eb0b9 commit 72950f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/cards/AnalysisCard.js
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ const AnalysisCard = () => {
const resultList = ResultList();

// resultList에서 cur_date 및 temp_goal 값 추출
// reverse()로 가장 최신 올림
const dateValues = resultList.reverse().map(item => item.cur_date);
const tempGoalValues = resultList.map(item => item.temp_goal);

Expand Down

0 comments on commit 72950f3

Please sign in to comment.