Unverified Commit cad6e662 authored by crazywoola's avatar crazywoola Committed by GitHub

fix: config not exists (#2513)

parent 3505cbe0
......@@ -74,7 +74,7 @@ const Operation: FC<OperationProps> = ({
)
}
{(!isOpeningStatement && config?.text_to_speech.enabled) && (
{(!isOpeningStatement && config?.text_to_speech?.enabled) && (
<AudioBtn
value={content}
className='hidden group-hover:block'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment