fix(frontend): fix of 30efd932a5
				
					
				
			This commit is contained in:
		| @@ -60,7 +60,7 @@ export default function(props: { | ||||
| 		switch (token.type) { | ||||
| 			case 'text': { | ||||
| 				let text = token.props.text.replace(/(\r\n|\n|\r)/g, '\n'); | ||||
| 				if (!disableNyaize && props.author.isCat) { | ||||
| 				if (!disableNyaize && props.author?.isCat) { | ||||
| 					text = nyaize(text); | ||||
| 				} | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 syuilo
					syuilo