chore: generate

This commit is contained in:
opencode-agent[bot]
2026-07-20 06:50:36 +00:00
parent 3ba3954aa0
commit 9105f35966
+1 -5
View File
@@ -530,11 +530,7 @@ function SessionFileViewV1(props: { tab: string }) {
return content()
}
function SessionFileViewV2(props: {
tab: string
diff?: ReturnType<typeof normalize>
expandUnchanged?: boolean
}) {
function SessionFileViewV2(props: { tab: string; diff?: ReturnType<typeof normalize>; expandUnchanged?: boolean }) {
const file = useFile()
const comments = useComments()
const language = useLanguage()