Merge pull request #5 from savaughn/sv-main

Added conditional render to progress pane for home tab
This commit is contained in:
Ethan Roseman 2022-11-07 07:11:24 -05:00 committed by GitHub
commit 59c129a713
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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>}
</>
}