diff --git a/webui2/src/components/code/FileViewer.tsx b/webui2/src/components/code/FileViewer.tsx index 122ca26653944a3f5a6af5b6d2b6dbf49daca3ee..4e5c23294382ff8914bd16b8d7183aa964d48a4b 100644 --- a/webui2/src/components/code/FileViewer.tsx +++ b/webui2/src/components/code/FileViewer.tsx @@ -91,7 +91,10 @@ export function FileViewer({ blob, loading = false }: FileViewerProps) { ))}
-            
+            
           
)}