fixed progress bar component rendering bug

This commit is contained in:
bill bittner 2018-01-24 10:26:35 -08:00
parent 8228e5bd12
commit d0c6f75bff
3 changed files with 3 additions and 4 deletions
react/components/ActiveStatusBar

View file

@ -0,0 +1,7 @@
import React from 'react';
const ActiveStatusBar = () => {
return <span className="progress-bar progress-bar--active">| </span>;
}
export default ActiveStatusBar;