We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 681212a commit 8a4d26aCopy full SHA for 8a4d26a
src/app.jsx
@@ -2354,7 +2354,10 @@ class App extends Component {
2354
</div>
2355
<div className='p-col'>
2356
<h2 style={{ margin: '4px 0' }}>Course: {coursename}</h2>
2357
- <h3 style={{ margin: '2px 0' }}>Lecture: {lecturename}</h3>
+ <h3 style={{ margin: '2px 0' }}>
2358
+ Lecture: {lecturename}{' '}
2359
+ {date ? '(' + moment(date).format('D.M.YYYY') + ')' : ''}
2360
+ </h3>
2361
<h4 style={{ margin: '2px 0' }}>
2362
{this.state.editDisplaynames ? (
2363
<Fragment>
0 commit comments