diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2020-10-02 15:40:13 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2020-10-02 15:40:13 +0200 |
| commit | 2aa9ed562116225b155f8dec5616cf06c82ac446 (patch) | |
| tree | 2ec15d2b3c7a3899cffbf12264791fdebe1778b1 /animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js | |
| parent | c05f49f1cd5683b868c82e453a76aec185bcbe01 (diff) | |
convoluted forms of UI click logic
Diffstat (limited to 'animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js')
| -rw-r--r-- | animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js b/animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js index 607d4d5..fbf496e 100644 --- a/animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js +++ b/animism-align/frontend/app/views/viewer/sections/viewer.sections.share.js @@ -61,7 +61,7 @@ export default class ViewerSectionsShare extends Component { <span className="share-success">success</span> </div> </div> - <div className="nav-return" onClick={() => actions.viewer.hideComponent('share')}> + <div className="nav-return" onClick={() => actions.viewer.hideNavComponent('share')}> <Arrow type={'down'} /> {'Share'} </div> |
