Skip to content

Commit

Permalink
Merge pull request #428 from ubc-biztech/121-fix-form-cutoff
Browse files Browse the repository at this point in the history
[121] Edit form cutoff
  • Loading branch information
AllanT102 authored Jul 13, 2023
2 parents e2a55cb + e720cea commit 6542dac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/router.js
Original file line number Diff line number Diff line change
Expand Up @@ -274,9 +274,9 @@ class Router extends Component {
<div className="content">
{!user && <UserAlert />}
{userNotMember && <MemberAlert />}
{pathname === "/" || pathname === "" ? null : <Header />}
<Header />
{routes}
{pathname === "/" || pathname === "" ? null : <Footer />}
<Footer />
</div>
</>
) : (
Expand Down

0 comments on commit 6542dac

Please sign in to comment.