Updated main page

This commit is contained in:
Patrick Alvin Alcala 2025-11-18 17:08:34 +08:00
parent a740e777ae
commit 3fff4f7333

View file

@ -403,7 +403,7 @@ export default () => {
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
{applicationListOccupancy().map((item, index) => ( {applicationListOccupancy().map((item: string, index: number) => (
<tr> <tr>
<td>{item}</td> <td>{item}</td>
<td>{nameListOccupancy()[index]}</td> <td>{nameListOccupancy()[index]}</td>
@ -492,7 +492,7 @@ export default () => {
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
{applicationListElectrical().map((item, index) => ( {applicationListElectrical().map((item: string, index: number) => (
<tr> <tr>
<td>{item}</td> <td>{item}</td>
<td>{nameListElectrical()[index]}</td> <td>{nameListElectrical()[index]}</td>