Run prettier
This commit is contained in:
@@ -125,8 +125,10 @@ function goToAuthor() {
|
||||
</div>
|
||||
<div class="column">
|
||||
<div class="iconscontainer" :class="data.read ? 'remove-border-bottom' : ''">
|
||||
<div class="bigiconcontainer"
|
||||
:class="data.wantread ? 'has-text-dark has-background-text border-radius-up-fill' : ''">
|
||||
<div
|
||||
class="bigiconcontainer"
|
||||
:class="data.wantread ? 'has-text-dark has-background-text border-radius-up-fill' : ''"
|
||||
>
|
||||
<BigIcon
|
||||
icon="BIconEye"
|
||||
:legend="$t('bookform.wantread')"
|
||||
|
||||
Reference in New Issue
Block a user