style: run format:apply
This commit is contained in:
@@ -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 : ''}`}
|
||||
|
||||
Reference in New Issue
Block a user