Skip to content

Commit

Permalink
fix transcript copy issue
Browse files Browse the repository at this point in the history
  • Loading branch information
louis030195 committed Nov 4, 2024
1 parent 064d65d commit 90e799d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion screenpipe-app-tauri/components/meeting-history.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -910,7 +910,7 @@ export default function MeetingHistory() {
s.deviceType?.toLowerCase() === "input"
? "you"
: "others"
}]`;
}] ${s.transcription}`
})
.join("\n"),
"transcription"
Expand Down

0 comments on commit 90e799d

Please sign in to comment.