fix two simple bugs with reviews and timezone showing even if they dont exist
All checks were successful
Code quality checks / biome (push) Successful in 9s

This commit is contained in:
creations 2025-05-31 10:56:44 -04:00
parent 152d1c475f
commit 9ca877602f
Signed by: creations
GPG key ID: 8F553AA4320FC711
2 changed files with 9 additions and 6 deletions

View file

@ -27,7 +27,7 @@
style="opacity: 0.5" loading="lazy" />
</a>
<div class="timezone-wrapper" id="timezone-wrapper" aria-label="Timezone Information">
<div class="timezone-wrapper hidden" id="timezone-wrapper" aria-label="Timezone Information">
<span class="timezone-label">Users Time:</span>
<span class="timezone-value"></span>
</div>
@ -61,7 +61,7 @@
</section>
</main>
<section class="reviews hidden" aria-label="User Reviews">
<section class="reviews hidden" aria-label="User Reviews" id="reviews-section">
<h2>User Reviews</h2>
<ul class="reviews-list">
</ul>