fixed indentation

feature/theming2
Henry Jameson 6 years ago
parent 1a8d24d649
commit 698ebf7003

@ -108,7 +108,7 @@
<p v-if="!hideBio && user.description_html" class="profile-bio" v-html="user.description_html"></p> <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> <p v-else-if="!hideBio" class="profile-bio">{{ user.description }}</p>
</div> </div>
</div> </div>
</template> </template>
<script src="./user_card_content.js"></script> <script src="./user_card_content.js"></script>

Loading…
Cancel
Save