Files
trading_bot_v4/app/projection
mindesbunister 5677d8d1b4 fix: Correct useEffect placement in projection page
- Moved useEffect hook before return statement (proper React component structure)
- Was causing Docker build failures with 'Unexpected token' error
- useEffect must be inside component function but before JSX return
- Build now completes successfully in 71.8s
2025-11-25 07:33:37 +01:00
..