Skip to content

Commit

Permalink
Fix formatRange typo
Browse files Browse the repository at this point in the history
  • Loading branch information
tlrobinson committed Sep 19, 2018
1 parent 3850ee6 commit 22c07fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/metabase/lib/formatting.js
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ export function formatRange(
</span>
);
} else {
return `${start} ${RANGE_SEPARATOR} ${start}`;
return `${start} ${RANGE_SEPARATOR} ${end}`;
}
}

Expand Down

0 comments on commit 22c07fc

Please sign in to comment.