fix: removed eroneous bracket in <ShowAssetDetails />

This commit is contained in:
bill bittner 2018-03-12 11:21:23 -07:00
parent 7f1fbae366
commit 8b437dfee7
2 changed files with 5 additions and 6 deletions

View file

@ -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',

View file

@ -29,7 +29,6 @@ class ShowAssetDetails extends React.Component {
</div>
</div>
</div>
}
</div>
);
};