Skip to content

Commit

Permalink
Fixes Seneca-CDOT#1206: Removed old TODO comment (Seneca-CDOT#1207)
Browse files Browse the repository at this point in the history
* Removed old TODO comment

* Removing unused anchor tag
  • Loading branch information
neilong31 authored Oct 16, 2020
1 parent ac38daf commit 8ef4f53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/frontend/src/components/ScrollToTop/ScrollToTop.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ export default function BackToTop(props) {
const classes = useStyles();
return (
<>
{/* TODO: remove this part of issue: #1206: delete the line and the "anchor" class */}
<Toolbar id="delete-in-the-future" className={classes.anchor} />
<ScrollTop {...props}>
<Fab color="secondary" aria-label="scroll back to top">
<KeyboardArrowUpIcon fontSize="large" color="textPrimary" />
Expand Down

0 comments on commit 8ef4f53

Please sign in to comment.