mirror of
https://github.com/anomalyco/opencode.git
synced 2026-07-21 10:16:03 +00:00
chore: generate
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user