yarn lint:js
Signed-off-by: marcin mikołajczak <git@mkljczk.pl>
This commit is contained in:
parent
a68a00dbd4
commit
8f848877a0
1 changed files with 1 additions and 1 deletions
|
@ -8,6 +8,6 @@ const ProgressBar: React.FC<IProgressBar> = ({ progress }) => (
|
|||
<div className='progress-bar'>
|
||||
<div className='progress-bar__progress' style={{ width: `${Math.floor(progress*100)}%` }} />
|
||||
</div>
|
||||
)
|
||||
);
|
||||
|
||||
export default ProgressBar;
|
||||
|
|
Loading…
Reference in a new issue