fix set chat example
This commit is contained in:
@@ -157,16 +157,13 @@ export default function Message(props: Props) {
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
<span>
|
<span
|
||||||
<label
|
|
||||||
className="dark:text-white"
|
|
||||||
onClick={(event: any) => {
|
onClick={(event: any) => {
|
||||||
chat.example = !chat.example;
|
chat.example = !chat.example;
|
||||||
setChatStore({ ...chatStore });
|
setChatStore({ ...chatStore });
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
example
|
<label className="dark:text-white">example</label>
|
||||||
</label>
|
|
||||||
<input type="checkbox" checked={chat.example} />
|
<input type="checkbox" checked={chat.example} />
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user