GitHub Action 3 месяцев назад
Родитель
Сommit
fd592dae1d
1 измененных файлов с 3 добавлено и 1 удалено
  1. 3 1
      packages/opencode/webgui/src/components/MessageInput/ModifiedFilesPanel.tsx

+ 3 - 1
packages/opencode/webgui/src/components/MessageInput/ModifiedFilesPanel.tsx

@@ -66,7 +66,9 @@ export function ModifiedFilesPanel({ sessionID }: ModifiedFilesPanelProps) {
           >
           >
             <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
             <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M9 5l7 7-7 7" />
           </svg>
           </svg>
-          <span>{modifiedFiles.length} file{modifiedFiles.length !== 1 ? "s" : ""} changed</span>
+          <span>
+            {modifiedFiles.length} file{modifiedFiles.length !== 1 ? "s" : ""} changed
+          </span>
         </button>
         </button>
       </div>
       </div>
       {expanded && (
       {expanded && (