Skip to content

Commit

Permalink
update detail encounter
Browse files Browse the repository at this point in the history
  • Loading branch information
HidayatLahabu committed Aug 25, 2024
1 parent 7f59c31 commit 0e192ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions resources/js/Pages/Satusehat/Encounter/Detail.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ export default function Detail({ auth, detail }) {
<tbody>
{encounterDetails.map((detailItem, index) => (
<tr key={index} className="bg-white border-b dark:bg-indigo-950 dark:border-gray-500">
<td className="px-3 py-3 uppercase">{detailItem.no}</td>
<td className="px-3 py-3">{detailItem.uraian}</td>
<td className="px-3 py-3">{detailItem.no}</td>
<td className="px-3 py-3 uppercase">{detailItem.uraian}</td>
<td className="px-3 py-3">{detailItem.value}</td>
</tr>
))}
Expand Down

0 comments on commit 0e192ce

Please sign in to comment.