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