Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions js/delivery-tracker.js
Original file line number Diff line number Diff line change
Expand Up @@ -69,9 +69,9 @@ const deliveryTracker = (() => {
const stage = stageDefinitions[stageIndex];
if (!stage) return;

// 1. Update progress bar filled width
// 1. Update progress bar filled height
if (progressBar) {
progressBar.style.width = stage.progress;
progressBar.style.height = stage.progress;
}

// 2. Move cart icon on rail
Expand Down