🏋️
€
{
const val = e.target.value ? parseFloat(e.target.value) : null;
await db.collection('gyms').doc(gym.id).update({ annualSubAmount: val });
gym = { ...gym, annualSubAmount: val };
}"
:placeholder="t('annualSubAmount')"
class="w-full pl-7 pr-3 py-2 text-sm border border-gray-200 rounded-xl focus:outline-none focus:ring-2 focus:ring-indigo-300"/>
€ /
🧾
Language