mirror of
https://github.com/FrankerFaceZ/FrankerFaceZ.git
synced 2025-06-28 15:27:43 +00:00
eslint: run pnpm eslint --fix
This commit is contained in:
parent
d089002698
commit
a69832e3a3
53 changed files with 633 additions and 615 deletions
|
@ -7,8 +7,8 @@
|
|||
</div>
|
||||
<template v-else>
|
||||
<button
|
||||
@click="accept"
|
||||
class="tw-button tw-mg-b-05"
|
||||
@click="accept"
|
||||
>
|
||||
<span class="tw-button__text">
|
||||
{{ acceptText }}
|
||||
|
@ -16,8 +16,8 @@
|
|||
</button>
|
||||
<button
|
||||
v-if="! declined"
|
||||
@click="reject"
|
||||
class="tw-button tw-button--text tw-block"
|
||||
@click="reject"
|
||||
>
|
||||
<span class="tw-button__text">
|
||||
{{ t('tooltip.decline-tos', 'I do not accept.') }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue