feat: initial chunithm support
This commit is contained in:
@ -61,7 +61,8 @@ const deleteProfile = async () => {
|
||||
<div class="flex flex-row flex-wrap align-middle gap-2">
|
||||
<Button
|
||||
:disabled="
|
||||
prf.current?.game === p!.game && prf.current?.name === p!.name
|
||||
prf.current?.meta.game === p!.game &&
|
||||
prf.current?.meta.name === p!.name
|
||||
"
|
||||
:class="
|
||||
(p!.game === 'chunithm' ? 'chunithm-button' : 'ongeki-button') +
|
||||
|
Reference in New Issue
Block a user