diff --git a/frontend/src/components/share-link-panel/link-creation.js b/frontend/src/components/share-link-panel/link-creation.js index 841736a91f..19c1d40cc1 100644 --- a/frontend/src/components/share-link-panel/link-creation.js +++ b/frontend/src/components/share-link-panel/link-creation.js @@ -248,11 +248,11 @@ class LinkCreation extends React.Component { {type == 'batch' ? gettext('Generate links in batch') : gettext('Generate Link')} -
+ {type == 'batch' && ( - - + + )}