diff --git a/static/js/blocks.js b/static/js/blocks.js index 76eb45b..556d6c9 100644 --- a/static/js/blocks.js +++ b/static/js/blocks.js @@ -1,4 +1,4 @@ -"use strict"; +"use strict"; // Global variables let currentStartHeight = null; @@ -476,23 +476,23 @@ function addNavigationControls(blocks) { function showBlockDetails(block) { const modal = $("#block-modal"); const blockDetails = $("#block-details"); - + // Clear the details blockDetails.empty(); - + // Format the timestamp const timestamp = formatTimestamp(block.timestamp); - + // Create the block header section const headerSection = $("