From 1520fccd82028d7ebbc49fb7a68d69cec3940977 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Mon, 12 Oct 2020 13:55:30 -0400 Subject: [PATCH] Simplify display of assignments --- src/components/ItemBodyView/ItemBodyView.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/ItemBodyView/ItemBodyView.js b/src/components/ItemBodyView/ItemBodyView.js index be6a6ff..f20e8f4 100644 --- a/src/components/ItemBodyView/ItemBodyView.js +++ b/src/components/ItemBodyView/ItemBodyView.js @@ -55,9 +55,9 @@ export default function ItemBodyView({ item }) { ); case "assignment": return ( - - {`${section.by} assigned this to ${section.to} at ${Date(section.datetime)}`} - + <> + {`${section.by} assigned to ${section.to}`} + ); case "reply_to_user": return (