Updated main page
This commit is contained in:
parent
a740e777ae
commit
3fff4f7333
1 changed files with 2 additions and 2 deletions
|
|
@ -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>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue