fixed indentation
This commit is contained in:
parent
1a8d24d649
commit
698ebf7003
1 changed files with 64 additions and 64 deletions
|
@ -108,7 +108,7 @@
|
|||
<p v-if="!hideBio && user.description_html" class="profile-bio" v-html="user.description_html"></p>
|
||||
<p v-else-if="!hideBio" class="profile-bio">{{ user.description }}</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</template>
|
||||
|
||||
<script src="./user_card_content.js"></script>
|
||||
|
|
Loading…
Reference in a new issue