Skip to content

Commit 94fd7dd

Browse files
committed
clean DatasetDetailPage code
1 parent a68cf79 commit 94fd7dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pages/DatasetDetailPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ const DatasetDetailPage: React.FC = () => {
351351
const transformed = transformJsonForDisplay(datasetDocument);
352352
setTransformedDataset(transformed);
353353

354-
// Calculate total file size from size= query param
354+
// Calculate total file size from size= query param
355355
let total = 0;
356356
links.forEach((link) => {
357357
const sizeMatch = link.url.match(/(?:[?&]size=)(\d+)/);

0 commit comments

Comments
 (0)