summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_body.jsx
diff options
context:
space:
mode:
authorFlorian Orben <florian.orben@gmail.com>2015-11-09 18:31:03 +0100
committerFlorian Orben <florian.orben@gmail.com>2015-11-10 23:44:20 +0100
commit7ccc5410541268143e095967b2b6c5681460c368 (patch)
treeb8d27ba7685e3e4fdab4a91c82d4e3b1fb822cfc /web/react/components/post_body.jsx
parentc56762a4e9ca25ce3467f2944729bfe9bb890114 (diff)
downloadchat-7ccc5410541268143e095967b2b6c5681460c368.tar.gz
chat-7ccc5410541268143e095967b2b6c5681460c368.tar.bz2
chat-7ccc5410541268143e095967b2b6c5681460c368.zip
move provider.json to components folder; fix indentation; add json files to eslintignore
Diffstat (limited to 'web/react/components/post_body.jsx')
-rw-r--r--web/react/components/post_body.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/react/components/post_body.jsx b/web/react/components/post_body.jsx
index c4f653f68..c57c4490b 100644
--- a/web/react/components/post_body.jsx
+++ b/web/react/components/post_body.jsx
@@ -9,7 +9,7 @@ const TextFormatting = require('../utils/text_formatting.jsx');
const twemoji = require('twemoji');
const PostBodyAdditionalContent = require('./post_body_additional_content.jsx');
-const providers = require('../providers.json');
+const providers = require('./providers.json');
export default class PostBody extends React.Component {
constructor(props) {