There's a JSX syntax error in the SymbolConfigForm.tsx component related to the VWAP lookback period input field. The error occurs due to an unpaired
tag in the JSX.
Steps to Reproduce:
- Open the configuration page
- Enable VWAP protection for a symbol
- The build fails with a parsing error
Expected Behavior:
The VWAP lookback input field should render correctly with proper JSX syntax.
Current Behavior:
Build fails with error:
There's a JSX syntax error in the SymbolConfigForm.tsx component related to the VWAP lookback period input field. The error occurs due to an unpaired
tag in the JSX.Steps to Reproduce:
Expected Behavior:
The VWAP lookback input field should render correctly with proper JSX syntax.
Current Behavior:
Build fails with error: