mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	show pinned notes by default on user profiles
This commit is contained in:
		
							parent
							
								
									b0420c948c
								
							
						
					
					
						commit
						b477de1d98
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -260,7 +260,7 @@ const memoDraft = ref(props.user.memo);
 | 
			
		|||
const isEditingMemo = ref(false);
 | 
			
		||||
const moderationNote = ref(props.user.moderationNote);
 | 
			
		||||
const editModerationNote = ref(false);
 | 
			
		||||
const noteview = ref<string | null>(null);
 | 
			
		||||
const noteview = ref<string | null>('pinned');
 | 
			
		||||
 | 
			
		||||
const listenbrainzdata = ref(false);
 | 
			
		||||
if (props.user.listenbrainz) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue