Skip to content

Commit 13af84f

Browse files
commit
1 parent a92d46d commit 13af84f

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/frontend/src/pages/batchView.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,7 @@ const BatchStoryPage = () => {
204204
};
205205

206206
// Helper function to format content based on file type
207-
const formatContent = (content: string, fileName: string) => {
208-
const { language } = getFileLanguageAndType(fileName);
209-
207+
const formatContent = (content: string, _fileName: string) => {
210208
// Return content as-is for all file types.
211209
return content;
212210
};

0 commit comments

Comments
 (0)