mirror of
https://github.com/pmret/website.git
synced 2024-11-08 12:12:27 +01:00
Merge pull request #5 from savaughn/sv-main
Added conditional render to progress pane for home tab
This commit is contained in:
commit
59c129a713
@ -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