We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 35a6e0b commit 7519576Copy full SHA for 7519576
src/components/Publications/Entry/Entry.jsx
@@ -2,7 +2,7 @@
2
// import Conference from './Conference'
3
// import InCollection from './InCollection'
4
// import InProceedings from './InProceedings'
5
-import Periodical from './Periodical'
+// import Periodical from './Periodical'
6
// import Proceedings from './Proceedings'
7
// import TechReport from './TechReport'
8
// import Thesis from './Thesis'
@@ -35,7 +35,8 @@ const Entry = ({ entry }) => {
35
// case 'techreport':
36
// return <TechReport entry={entry} />
37
// }
38
- return <Periodical entry={entry} />
+ // return <Periodical entry={entry} />
39
+ return entry.title
40
}
41
42
Entry.propTypes = {
0 commit comments