diff --git a/src/components/Assignment/Assignment.js b/src/components/Assignment/Assignment.js index 492861f..d17385f 100644 --- a/src/components/Assignment/Assignment.js +++ b/src/components/Assignment/Assignment.js @@ -6,7 +6,7 @@ import RelativeTime from "react-relative-time"; export default function Assignment({ by, to, datetime }){ return ( - {by} assigned this to {to} + {by} assigned this to {to} . ); }