From 8b437dfee75e0902d7e4cd33cd326bf5ea8165af Mon Sep 17 00:00:00 2001 From: bill bittner Date: Mon, 12 Mar 2018 11:21:23 -0700 Subject: [PATCH] fix: removed eroneous bracket in --- config/speechConfig.js.example | 10 +++++----- react/containers/ShowAssetDetails/view.jsx | 1 - 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/config/speechConfig.js.example b/config/speechConfig.js.example index af4b1de7..1b59b86c 100644 --- a/config/speechConfig.js.example +++ b/config/speechConfig.js.example @@ -23,15 +23,15 @@ module.exports = { uploadDirectory: null, // enter file path to where uploads/publishes should be stored }, site: { - title: 'Spee.ch', - name : 'Spee.ch', - host : 'https://spee.ch', - description: 'Open-source, decentralized image and video sharing.' + title : 'Spee.ch', + name : 'Spee.ch', + host : 'https://spee.ch', + description: 'Open-source, decentralized image and video sharing.', }, publish: { thumbnailChannel : '@channelName', // create a channel to use for thumbnail images thumbnailChannelId: 'xyz123...', // the channel_id (claim id) for the channel above - } + }, claim: { defaultTitle : 'Spee.ch', defaultThumbnail : 'https://spee.ch/assets/img/video_thumb_default.png', diff --git a/react/containers/ShowAssetDetails/view.jsx b/react/containers/ShowAssetDetails/view.jsx index e8a02862..8fd3ae53 100644 --- a/react/containers/ShowAssetDetails/view.jsx +++ b/react/containers/ShowAssetDetails/view.jsx @@ -29,7 +29,6 @@ class ShowAssetDetails extends React.Component { - } ); };