Skip to content

Commit

Permalink
Update TimetableLectures.jsx
Browse files Browse the repository at this point in the history
Lectures every week
  • Loading branch information
chamhayden authored Dec 29, 2023
1 parent 2ca9c5e commit 20b15fe
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions frontend/src/page/Timetable/TimetableLectures.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,13 @@ const TimetableLectures = () => {
}</>
)}
</TableCell>}
{getters.loggedIn && <TableCell align="left">{rowKey < 4 && <>
<h4>In-person in CLB7</h4><br />
</>}<Button variant="contained" onClick={() => {
window.location.href = `${row.call_url_h}`;
}}>Watch Live</Button></TableCell>}
{getters.loggedIn &&
<TableCell align="left">
<h4>In-person in CLB7</h4><br />
<Button variant="contained" onClick={() => {
window.location.href = `${row.call_url_h}`;
}}>Watch Live</Button>
</TableCell>}
</TableRow>
))}
</TableBody>
Expand Down

0 comments on commit 20b15fe

Please sign in to comment.