remove unused vars

This commit is contained in:
counterweight 2025-03-22 16:51:54 +01:00
parent c443b97c19
commit b46087ea6c
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -193,9 +193,6 @@ function offersPage() {
); );
const viewMyOffersRoot = document.getElementById('view-my-offers-root'); const viewMyOffersRoot = document.getElementById('view-my-offers-root');
const eurAmountInput = document.getElementById('input-eur-amount');
const btcAmountInput = document.getElementById('input-btc-amount');
const placeInput = document.getElementById('place-input'); const placeInput = document.getElementById('place-input');
const timeInput = document.getElementById('time-input'); const timeInput = document.getElementById('time-input');