Skip to content

Commit

Permalink
Update physical lecture location
Browse files Browse the repository at this point in the history
  • Loading branch information
chamhayden committed Sep 9, 2023
1 parent b045336 commit 186d95d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/page/Timetable/TimetableLectures.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ const TimetableLectures = () => {
}</>
)}
</TableCell>}
{getters.loggedIn && <TableCell align="left">{rowKey === 0 && <>
<h4>In-person in Keith Burrows Theatre</h4><br />
{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>}
Expand Down

0 comments on commit 186d95d

Please sign in to comment.