fixed progress bar component rendering bug
This commit is contained in:
parent
8228e5bd12
commit
d0c6f75bff
3 changed files with 3 additions and 4 deletions
react/components/ActiveStatusBar
7
react/components/ActiveStatusBar/index.jsx
Normal file
7
react/components/ActiveStatusBar/index.jsx
Normal file
|
@ -0,0 +1,7 @@
|
|||
import React from 'react';
|
||||
|
||||
const ActiveStatusBar = () => {
|
||||
return <span className="progress-bar progress-bar--active">| </span>;
|
||||
}
|
||||
|
||||
export default ActiveStatusBar;
|
Loading…
Add table
Add a link
Reference in a new issue