Skip to content

Commit

Permalink
Tweaked some display
Browse files Browse the repository at this point in the history
  • Loading branch information
Ratstail91 committed Jul 28, 2021
1 parent 462116d commit eb37066
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions client/components/pages/reset.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ const Reset = props => {
const authTokens = useContext(TokenContext);

//query
query = queryString.parse(props.location.search);
const query = queryString.parse(props.location.search);

//misplaced?
if (authTokens.accessToken || !query.email || !query.token) {
Expand Down Expand Up @@ -55,8 +55,6 @@ const Reset = props => {

<button type='submit'>Update Information</button>
</form>

<DeleteAccount className='constricted' />
</div>
);
};
Expand Down
2 changes: 2 additions & 0 deletions client/components/panels/header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ const Visitor = () => {
<Link to='/signup'>Sign Up</Link>
<span> - </span>
<Link to='/login'>Log In</Link>
<span> - </span>
<Link to='/recover'>Recover</Link>
</div>
);
};
Expand Down

0 comments on commit eb37066

Please sign in to comment.