Skip to content

Commit

Permalink
Merge pull request #57 from kmchandler/rework-dash
Browse files Browse the repository at this point in the history
fix feed amount
  • Loading branch information
rechandler authored Dec 9, 2024
2 parents 3357470 + c379233 commit 6aab41d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/ui/recents.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const Recents = ({ familyId, childId, lastFeed, lastSleep, lastDiaper }: { fami
<div className="flex grow">&nbsp;</div>
<div className="flex flex-col text-right right-0">
<dt className="truncate text-sm font-medium text-gray-500">amount</dt>
<dd className="mt-1 text-3xl font-semibold tracking-tight text-gray-900">{2} oz</dd>
<dd className="mt-1 text-3xl font-semibold tracking-tight text-gray-900">{lastFeed?.amount?.toString()} oz</dd>
</div>
</div>
<div className="bg-tea-green">
Expand Down

0 comments on commit 6aab41d

Please sign in to comment.