Resolve #1302
This commit is contained in:
		| @@ -6,7 +6,7 @@ | ||||
| 		<main> | ||||
| 			<div class="main"> | ||||
| 				<x-header :user="user"/> | ||||
| 				<mk-note-detail v-if="user.pinnedNote" :note="user.pinnedNote" :compact="true"/> | ||||
| 				<mk-note-detail v-for="n in user.pinnedNotes" :key="n.id" :note="n" :compact="true"/> | ||||
| 				<x-timeline class="timeline" ref="tl" :user="user"/> | ||||
| 			</div> | ||||
| 			<div class="side"> | ||||
|   | ||||
| @@ -1,6 +1,6 @@ | ||||
| <template> | ||||
| <div class="root home"> | ||||
| 	<mk-note-detail v-if="user.pinnedNote" :note="user.pinnedNote" :compact="true"/> | ||||
| 	<mk-note-detail v-for="n in user.pinnedNotes" :key="n.id" :note="n" :compact="true"/> | ||||
| 	<section class="recent-notes"> | ||||
| 		<h2>%fa:R comments%%i18n:@recent-notes%</h2> | ||||
| 		<div> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo