chore: generate
This commit is contained in:
parent
3ba3954aa0
commit
9105f35966
1 changed files with 1 additions and 5 deletions
|
|
@ -530,11 +530,7 @@ function SessionFileViewV1(props: { tab: string }) {
|
||||||
return content()
|
return content()
|
||||||
}
|
}
|
||||||
|
|
||||||
function SessionFileViewV2(props: {
|
function SessionFileViewV2(props: { tab: string; diff?: ReturnType<typeof normalize>; expandUnchanged?: boolean }) {
|
||||||
tab: string
|
|
||||||
diff?: ReturnType<typeof normalize>
|
|
||||||
expandUnchanged?: boolean
|
|
||||||
}) {
|
|
||||||
const file = useFile()
|
const file = useFile()
|
||||||
const comments = useComments()
|
const comments = useComments()
|
||||||
const language = useLanguage()
|
const language = useLanguage()
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue