diff --git a/frontend/src/components/dialog/share-dialog.js b/frontend/src/components/dialog/share-dialog.js index 09f3e20d7a..72eb726b18 100644 --- a/frontend/src/components/dialog/share-dialog.js +++ b/frontend/src/components/dialog/share-dialog.js @@ -160,7 +160,7 @@ class ShareDialog extends React.Component {
{gettext('Share')} {itemName} - + {(itemType === 'library' || itemType === 'dir') && this.renderDirContent()} {(itemType === 'file' && enableShareLink) && this.renderFileContent()}