Skip to content

Commit

Permalink
Delete # field in stocks table
Browse files Browse the repository at this point in the history
  • Loading branch information
IvanDerlich committed Feb 27, 2021
1 parent 11459fc commit eff74e9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/containers/StockList.js
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ const StockList = ({ stockList }) => (
<th>Country</th>
<th>Price</th>
<th>Id</th>
<th>#</th>
</tr>
</thead>
<tbody>
Expand Down

0 comments on commit eff74e9

Please sign in to comment.