diff --git a/static/paper_list.js b/static/paper_list.js index 1f60dec..6cb7922 100644 --- a/static/paper_list.js +++ b/static/paper_list.js @@ -38,7 +38,7 @@ const Paper = props => { return (
{p.weight.toFixed(2)}
-
{p.title}
+
{p.title}
{p.authors}
{p.time}
{p.tags}