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 60c462c commit e11ac16Copy full SHA for e11ac16
src/components/StatusBar/StatusBar.jsx
@@ -21,8 +21,6 @@ const StatusBar = ({ backgroundColor, statusArray, apiRequestStatus, addClass })
21
const { statusLabel, statusIcon } = statusObject
22
const border = index !== statusArray.length - 1 ? 'border-end' : ''
23
24
- console.log({ activeIndex, index, label: labelBgColor(index)})
25
-
26
return (
27
<div
28
className={`status-bar-column col-3 py-2 gap-2 d-flex justify-content-center align-items-center
0 commit comments