Skip to content

Commit

Permalink
Update text
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendan Birdsong committed Sep 27, 2023
1 parent 89daa15 commit 5fdd6b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/DayEntryView.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default function DayEntryView({ user, entry, showEdit, remove }) {
*/

const metrics = [
["Current Metabolic Rate", calculateDayMetabolicRate(user, entry), "kcals", "lightgrey"],
["Estimated Calories", calculateDayMetabolicRate(user, entry), "kcals", "lightgrey"],
["Weekly Average Intake", calculateAverageIntake(user, entry, 7), "kcals", "lightcyan"],
["2 Week Average Intake", calculateAverageIntake(user, entry, 14), "kcals", "lightyellow"],
["Monthly Average Intake", calculateAverageIntake(user, entry, 30), "kcals", "lightblue"],
Expand Down

0 comments on commit 5fdd6b8

Please sign in to comment.