refactor: removed debugger

This commit is contained in:
johnsoncherian 2025-04-16 11:24:24 +05:30
parent c1ce02f030
commit 4336e887a0

View file

@ -40,7 +40,6 @@ export const Steps = function Steps({ properties, styles, fireEvent, setExposedV
// Common function to calculate progress bar width and label padding
const calculateProgressBarWidth = () => {
debugger;
if (!containerRef.current || theme !== 'titles') return;
const containerWidth = containerRef.current.offsetWidth;