mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 14:16:39 +01:00
Don't show hero pointer when loading
This commit is contained in:
parent
167399f889
commit
123d2469f6
1 changed files with 1 additions and 1 deletions
|
@ -304,7 +304,7 @@ function StatusPage({ id }) {
|
|||
</Link>
|
||||
</div> */}
|
||||
<h1>
|
||||
{!heroInView && heroStatus ? (
|
||||
{!heroInView && heroStatus && uiState !== 'loading' ? (
|
||||
<span class="hero-heading">
|
||||
{!!heroPointer && (
|
||||
<>
|
||||
|
|
Loading…
Reference in a new issue