Fix profile images
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user