diff --git a/CHANGELOG.md b/CHANGELOG.md index 5af62474..8c980dc9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,7 +14,7 @@ The following log documents the history of the server project. None -### 0.4.0 - 2020-01-08 +### 0.4.0 - 2020-01-09 #### Added @@ -23,6 +23,7 @@ None #### Fixed - Send inactive reminders with a correct email type (#385) +- Wrap words in note content (#389) ### 0.3.4 - 2019-12-24 diff --git a/web/src/components/Common/Note/Content.tsx b/web/src/components/Common/Note/Content.tsx index 8c803a7f..1e175424 100644 --- a/web/src/components/Common/Note/Content.tsx +++ b/web/src/components/Common/Note/Content.tsx @@ -19,7 +19,6 @@ /* eslint-disable react/no-danger */ import React from 'react'; -import classnames from 'classnames'; import { NoteData } from 'jslib/operations/types'; import { excerpt } from 'web/libs/string'; @@ -77,7 +76,7 @@ const Content: React.SFC = ({ note, collapsed }) => { ) : (