Skip to content

Commit

Permalink
applied comment
Browse files Browse the repository at this point in the history
  • Loading branch information
K-Phaneendra committed Aug 27, 2021
1 parent d63d0c7 commit ab2a264
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ import Loading from "./components/Loading";
function App(props) {
return (
<div className="App">
{/* display loading */}
{props.isLoading && <Loading />}
<Header />
<div className="container pt-3">
Expand Down
2 changes: 1 addition & 1 deletion src/components/Header.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import React, { useState } from "react";
import { Navbar, Nav, Button } from "react-bootstrap";
import { Navbar, Button } from "react-bootstrap";

import Logo from "../assets/images/logo.svg";
import { MenuIcon } from "../assets/icons/icons";
Expand Down

0 comments on commit ab2a264

Please sign in to comment.