mirror of
https://github.com/CherryHQ/cherry-studio.git
synced 2026-01-11 08:19:01 +08:00
docs(CodeBlockView): fix comment typo in props interface
This commit is contained in:
parent
ed651b995e
commit
eabbe593dd
@ -34,7 +34,7 @@ import type { ViewMode } from './types'
|
|||||||
const logger = loggerService.withContext('CodeBlockView')
|
const logger = loggerService.withContext('CodeBlockView')
|
||||||
|
|
||||||
interface Props {
|
interface Props {
|
||||||
// FIXME: It's not runtime string!
|
// FIXME: It's may not runtime string!
|
||||||
children: string
|
children: string
|
||||||
language: string
|
language: string
|
||||||
// Message Block ID
|
// Message Block ID
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user