refactor
This commit is contained in:
		
							parent
							
								
									530a282524
								
							
						
					
					
						commit
						24ca9ac5ef
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -99,7 +99,7 @@ const bannerId = ref<string | null>(null);
 | 
			
		|||
const color = ref('#000');
 | 
			
		||||
const isSensitive = ref(false);
 | 
			
		||||
const allowRenoteToExternal = ref(true);
 | 
			
		||||
const pinnedNotes = ref<Partial<Misskey.entities.Note>[]>([]);
 | 
			
		||||
const pinnedNotes = ref<{ id: Misskey.entities.Note['id'] }[]>([]);
 | 
			
		||||
 | 
			
		||||
watch(() => bannerId.value, async () => {
 | 
			
		||||
	if (bannerId.value == null) {
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue