mirror of
https://github.com/ToolJet/ToolJet
synced 2026-05-24 09:28:31 +00:00
refactor: removed debugger
This commit is contained in:
parent
c1ce02f030
commit
4336e887a0
1 changed files with 0 additions and 1 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Reference in a new issue