Skip to content

Commit

Permalink
update laporan waktu tunggu
Browse files Browse the repository at this point in the history
  • Loading branch information
HidayatLahabu committed Dec 31, 2024
1 parent 02cd7ae commit b758612
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/js/Pages/Laporan/WaktuTunggu/Ratarata.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default function Index({ averageWaitData, namaBulan, tahun }) {
<div className="overflow-auto w-full">
<h1 className="uppercase text-center font-bold text-2xl pb-2">RATA-RATA WAKTU TUNGGU RAWAT JALAN</h1>
<p className="text-center pb-4">
<strong>Periode : </strong>{namaBulan} {tahun}
<strong>Periode : </strong>{formattedMonth} {tahun}
</p>
<Table>

Expand Down

0 comments on commit b758612

Please sign in to comment.