Skip to content

Commit 8d018b1

Browse files
committed
remove errant comment
1 parent a7e19f9 commit 8d018b1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/StatusBar/StatusBar.jsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ const StatusBar = ({ backgroundColor, statusArray, apiRequestStatus, addClass })
1919
<div className='row border'>
2020
{statusArray.map((statusObject, index) => {
2121
const { statusLabel, statusIcon } = statusObject
22-
// --bs-border-color: #dee2e6;
2322
const border = index !== statusArray.length - 1 ? 'border-end' : ''
2423

2524
console.log({ activeIndex, index, label: labelBgColor(index)})

0 commit comments

Comments
 (0)