Clear existing trade ID when starting new booking

This commit is contained in:
counterweight 2025-12-23 15:53:37 +01:00
parent cdda5ec2d5
commit 62721cbcf4
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -255,6 +255,7 @@ export default function ExchangePage() {
setIsBooking(true);
setError(null);
setExistingTradeId(null);
try {
await api.post<ExchangeResponse>("/api/exchange", {