mirror of
https://github.com/pmret/website.git
synced 2024-11-08 12:12:27 +01:00
Added conditional render to progress pane for home tab
This commit is contained in:
parent
956db0f8b8
commit
7a701778bb
@ -181,7 +181,7 @@ function App() {
|
||||
{tabs[paneIndex].pane({ captionPortal, nonce: rotation })}
|
||||
</div>
|
||||
</main>
|
||||
<div className="caption outline-invert" ref={captionPortal}></div>
|
||||
{tabIndex !== 0 && <div className="caption outline-invert" ref={captionPortal}></div>}
|
||||
</>
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user