local push

This commit is contained in:
2024-05-10 01:50:18 -04:00
parent fa8f1441c8
commit ac94ad837f
6 changed files with 252 additions and 18 deletions

View File

@ -152,6 +152,7 @@ export default class BrowseComponent extends Component {
<img src={BeldenLogo} alt="Belden" />
</div>
<div className="browse-fieldContainer">
<h1 className="browse-title">Browse</h1>
{this.state.cableList.map((cableObj, index) => (
<React.Fragment key={index}>{cableObj.returnDiv()}</React.Fragment>
))}