opencode-agent[bot] пре 1 месец
родитељ
комит
9105f35966
1 измењених фајлова са 1 додато и 5 уклоњено
  1. 1 5
      packages/app/src/pages/session/file-tabs.tsx

+ 1 - 5
packages/app/src/pages/session/file-tabs.tsx

@@ -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()