Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Dec 2, 2024
1 parent f3854fc commit 8de3c61
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -197,8 +197,8 @@ export function AssistantMessageSection({

const totalHeightInRem = messageAttachmentDocs?.length
? Math.ceil(messageAttachmentDocs.length / 4) * SOURCE_CARD_STYLE.expand +
0.5 * Math.floor(messageAttachmentDocs.length / 4) +
0.5
0.5 * Math.floor(messageAttachmentDocs.length / 4) +
0.5
: 0

const onCodeContextClick = (ctx: Context) => {
Expand Down

0 comments on commit 8de3c61

Please sign in to comment.