aboutsummaryrefslogtreecommitdiff
path: root/src/components/rich_content
diff options
context:
space:
mode:
authorHenry Jameson <me@hjkos.com>2021-06-11 11:52:50 +0300
committerHenry Jameson <me@hjkos.com>2021-06-11 11:52:50 +0300
commit9421501c1e871129b11c42a672b12b70b0db4c4a (patch)
tree57d26138333fd6f3b0dc8d9362e7f59433c24d56 /src/components/rich_content
parent5834790d0b38d487e314e8419509d162abbd6a80 (diff)
lint & cleanup
Diffstat (limited to 'src/components/rich_content')
-rw-r--r--src/components/rich_content/rich_content.jsx4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/components/rich_content/rich_content.jsx b/src/components/rich_content/rich_content.jsx
index f7fa4dce..78af0d9e 100644
--- a/src/components/rich_content/rich_content.jsx
+++ b/src/components/rich_content/rich_content.jsx
@@ -320,7 +320,3 @@ export const preProcessPerLine = (html, greentext) => {
return { newHtml, lastMentions }
}
-
-export const getHeadTailLinks = (html) => {
- // Exported object properties
-}