Sfoglia il codice sorgente

chore: format code

GitHub Action 3 mesi fa
parent
commit
fd592dae1d

+ 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" />
           </svg>
-          <span>{modifiedFiles.length} file{modifiedFiles.length !== 1 ? "s" : ""} changed</span>
+          <span>
+            {modifiedFiles.length} file{modifiedFiles.length !== 1 ? "s" : ""} changed
+          </span>
         </button>
       </div>
       {expanded && (