Skip to content

Commit 7519576

Browse files
Update Entry.jsx
1 parent 35a6e0b commit 7519576

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/components/Publications/Entry/Entry.jsx

+3-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// import Conference from './Conference'
33
// import InCollection from './InCollection'
44
// import InProceedings from './InProceedings'
5-
import Periodical from './Periodical'
5+
// import Periodical from './Periodical'
66
// import Proceedings from './Proceedings'
77
// import TechReport from './TechReport'
88
// import Thesis from './Thesis'
@@ -35,7 +35,8 @@ const Entry = ({ entry }) => {
3535
// case 'techreport':
3636
// return <TechReport entry={entry} />
3737
// }
38-
return <Periodical entry={entry} />
38+
// return <Periodical entry={entry} />
39+
return entry.title
3940
}
4041

4142
Entry.propTypes = {

0 commit comments

Comments
 (0)