mirror of
https://github.com/TeamPiped/Piped.git
synced 2026-03-28 03:16:58 +00:00
chore: run 'pnpm lint --fix
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
|
||||
<button
|
||||
v-if="subscribed != null"
|
||||
class="btn w-max mt-2"
|
||||
class="btn mt-2 w-max"
|
||||
@click="subscribeHandler"
|
||||
v-text="
|
||||
$t('actions.' + (subscribed ? 'unsubscribe' : 'subscribe')) + ' - ' + numberFormat(item.subscribers)
|
||||
|
||||
Reference in New Issue
Block a user