style: run format:apply

This commit is contained in:
2026-06-20 10:11:28 -03:00
parent a0ba8560f8
commit 91bf31bd03
5 changed files with 10 additions and 10 deletions
+1 -3
View File
@@ -225,9 +225,7 @@ export default function CustomizationsPage() {
</button>
</header>
<div className={styles.tabs}>
{(
['cosmetics', 'charms', 'badges', 'banners'] as Tab[]
).map((t) => (
{(['cosmetics', 'charms', 'badges', 'banners'] as Tab[]).map((t) => (
<button
key={t}
className={`${styles.tab} ${tab === t ? styles.tabActive : ''}`}