We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e19f9 commit 8d018b1Copy full SHA for 8d018b1
src/components/StatusBar/StatusBar.jsx
@@ -19,7 +19,6 @@ const StatusBar = ({ backgroundColor, statusArray, apiRequestStatus, addClass })
19
<div className='row border'>
20
{statusArray.map((statusObject, index) => {
21
const { statusLabel, statusIcon } = statusObject
22
- // --bs-border-color: #dee2e6;
23
const border = index !== statusArray.length - 1 ? 'border-end' : ''
24
25
console.log({ activeIndex, index, label: labelBgColor(index)})
0 commit comments