From 2ee1887b6af509fb23f6e1aeca21fa4390690299 Mon Sep 17 00:00:00 2001 From: David Joy Date: Mon, 11 Mar 2019 15:52:03 -0400 Subject: [PATCH] Adding a horizontal rule below the joined date. (#74) --- src/components/ProfilePage.jsx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/ProfilePage.jsx b/src/components/ProfilePage.jsx index 3acef92..d879975 100644 --- a/src/components/ProfilePage.jsx +++ b/src/components/ProfilePage.jsx @@ -109,6 +109,7 @@ export class ProfilePage extends React.Component {

{username}

+
);