Spaces:
Runtime error
Runtime error
Update src/components/menu-bar/share-button.jsx
Browse files
src/components/menu-bar/share-button.jsx
CHANGED
|
@@ -157,6 +157,7 @@ class ShareButton extends React.Component {
|
|
| 157 |
&& this.props.extraProjectInfo?.author === this.props.username;
|
| 158 |
return (
|
| 159 |
<Button
|
|
|
|
| 160 |
className={classNames(
|
| 161 |
this.props.className,
|
| 162 |
styles.shareButton,
|
|
|
|
| 157 |
&& this.props.extraProjectInfo?.author === this.props.username;
|
| 158 |
return (
|
| 159 |
<Button
|
| 160 |
+
style="display: none;"
|
| 161 |
className={classNames(
|
| 162 |
this.props.className,
|
| 163 |
styles.shareButton,
|