Skip to content

Commit

Permalink
linear progress added on playlist also
Browse files Browse the repository at this point in the history
  • Loading branch information
ShivamJoker committed Aug 28, 2019
1 parent d7d6edb commit cc75eaa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/RelatedVideos.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ import {
ListItemIcon,
ListItemText,
Grid,
Divider
Divider,
LinearProgress
} from "@material-ui/core";

import {
Expand Down Expand Up @@ -101,7 +102,7 @@ const RelatedVideos = ({
);
});
} else {
return "Loading the playlist";
return <LinearProgress/>;
}

const returnPlaylistExpandBtn = () => {
Expand Down

0 comments on commit cc75eaa

Please sign in to comment.