display rentang suhu

This commit is contained in:
Muhammad Izza Alfiansyah 2024-06-27 18:01:56 +07:00
parent b1c1d6c0af
commit cd6152a14b
1 changed files with 2 additions and 6 deletions

View File

@ -29,15 +29,11 @@ export default function () {
Menampilkan hasil fermentasi yang telah dilakukan.
</p>
<Table
headers={[
"Tanggal",
"Lama Fermentasi" /*, "Rentang Suhu"*/,
"Status",
]}
headers={["Tanggal", "Lama Fermentasi", "Rentang Suhu (C)", "Status"]}
items={items().map((item) => [
getDates(item.created_at),
Math.round((item.waktu_akhir - item.waktu_awal) / 3600) + " Jam",
// item.rentang_suhu + " C",
item.rentang_suhu,
<span
class={
"uppercase " +