Skip to content

Commit

Permalink
fix: Remove duplicate styling for updater loading progress.
Browse files Browse the repository at this point in the history
  • Loading branch information
okdistribute committed Oct 14, 2020
1 parent 945de46 commit 49b6e8d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/renderer/components/UpdaterView/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ const DownloadProgressView = ({ cx, update, percent }) => {

return (
<div className={cx.searchingText}>
<Loader />
<LinearProgress variant='determinate' value={percent} color='secondary' />
<Typography>
{estimatedTimeLeft && <FormattedDuration seconds={estimatedTimeLeft} />}
Expand Down

0 comments on commit 49b6e8d

Please sign in to comment.