mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-08 23:48:28 +00:00
chore: Enable more lint rules, disable some that trigger a lot. Will clean up later.
This commit is contained in:
@@ -252,7 +252,7 @@ export function createImageCard(
|
||||
};
|
||||
|
||||
if (body && bubble.body) {
|
||||
(bubble.body as FlexBox).contents.push({
|
||||
bubble.body.contents.push({
|
||||
type: "text",
|
||||
text: body,
|
||||
size: "md",
|
||||
|
||||
Reference in New Issue
Block a user