diff --git a/frontend/src/App.tsx b/frontend/src/App.tsx index 251496a..f1b42f2 100644 --- a/frontend/src/App.tsx +++ b/frontend/src/App.tsx @@ -2879,12 +2879,12 @@ export default function App() { ); const rstTxBlock = (
- { setRstSent(v); rstUserEditedRef.current = true; }} /> + { setRstSent(v); rstUserEditedRef.current = true; }} />
); const rstRxBlock = (
- { setRstRcvd(v); rstUserEditedRef.current = true; }} /> + { setRstRcvd(v); rstUserEditedRef.current = true; }} />
); // DX country flag, shown large next to RST (moved here from the Country field). diff --git a/frontend/src/components/QSOEditModal.tsx b/frontend/src/components/QSOEditModal.tsx index e0867c5..cfe6196 100644 --- a/frontend/src/components/QSOEditModal.tsx +++ b/frontend/src/components/QSOEditModal.tsx @@ -412,9 +412,9 @@ export function QSOEditModal({ qso, onSave, onDelete, onClose, countries = [], b value={draft.callsign ?? ''} onChange={(e) => set('callsign', e.target.value)} />
- set('rst_sent', v)} />
+ set('rst_sent', v)} />
- set('rst_rcvd', v)} />
+ set('rst_rcvd', v)} />