style: run format:apply
This commit is contained in:
@@ -122,9 +122,7 @@ export default function CharactersPage() {
|
||||
) : (
|
||||
<div className={styles.grid}>
|
||||
{filtered.map((char) => {
|
||||
const unlocked = store.unlockedCharacters.includes(
|
||||
char.codeName
|
||||
);
|
||||
const unlocked = store.unlockedCharacters.includes(char.codeName);
|
||||
const killer = isKiller(char.idx);
|
||||
return (
|
||||
<div
|
||||
|
||||
Reference in New Issue
Block a user