lab 5 done
This commit is contained in:
@@ -12,7 +12,7 @@ const TableRow = (props) => {
|
||||
: props.row.map((item, index) => <th key={ index }> {item} </th>);
|
||||
|
||||
return(
|
||||
<> {cells} </>
|
||||
<>{cells}</>
|
||||
)
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user