Skip to content

Commit

Permalink
#100 fix button placeholder
Browse files Browse the repository at this point in the history
  • Loading branch information
jaslatendresse committed Dec 23, 2019
1 parent 1d50879 commit ae619d5
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions tutify/src/components/TutorAnnouncements/Announcements.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,12 +26,6 @@ const options = [
'Student',
];

const courses = [
'MATH101',
'MATH102',
'MATH103',
];

function ShowCourses(props) {
if (!props.show) {
return '';
Expand Down Expand Up @@ -236,7 +230,7 @@ class Announcements extends React.Component {
</Grid>
<Grid item>
<Button aria-controls="simple-menu" aria-haspopup="true" onClick={this.handleClickMenu} variant="outlined">
Send to
{this.state.placeholder} &#x2B07;
</Button>
<Menu
id="lock-menu"
Expand Down

0 comments on commit ae619d5

Please sign in to comment.