mirror of
https://github.com/rommapp/romm.git
synced 2026-06-27 22:35:57 +00:00
changes from bot review
This commit is contained in:
@@ -135,7 +135,7 @@ function closeDialog() {
|
||||
<div
|
||||
:class="[
|
||||
'text-sm font-weight-medium',
|
||||
exclusionType === item.type ? '' : '',
|
||||
exclusionType === item.type ? 'text-white' : '',
|
||||
]"
|
||||
>
|
||||
{{ item.title }}
|
||||
|
||||
@@ -22,7 +22,7 @@ async function switchFromFavorites() {
|
||||
<v-btn
|
||||
v-if="auth.scopes.includes('roms.user.write')"
|
||||
class="translucent text-shadow"
|
||||
rouded="0"
|
||||
rounded="0"
|
||||
size="small"
|
||||
variant="text"
|
||||
@click.stop="switchFromFavorites"
|
||||
|
||||
Reference in New Issue
Block a user