Fix profile images

This commit is contained in:
augmentedpotato
2026-04-02 09:32:42 -06:00
parent a3e5e6701e
commit cfd5a7c8cd
2 changed files with 66 additions and 19 deletions

View File

@@ -615,15 +615,7 @@ function AppointmentsPage() {
{submitting ? "Booking..." : isAdoptionService ? "Schedule Adoption Visit" : "Book Appointment"}
</button>
</form>
) : (
<div className="appt-form">
<h2 className="appt-form-title">Appointment Booking</h2>
<div className="appt-service-info">
<p>Web appointment booking is currently available for customer accounts only.</p>
<p>Admin and staff accounts can still review appointment activity below.</p>
</div>
</div>
)}
) : null}
<div className="appt-history">
<h2 className="appt-form-title">{canBookAppointments ? "Your Appointments" : "Appointments"}</h2>