Delete admin
Some checks failed
Build frontend / build (push) Failing after 1m20s

This commit is contained in:
Rahaf
2026-06-10 19:50:49 +03:00
parent 34da1314d4
commit 71b1a71904
21 changed files with 128 additions and 4940 deletions

View File

@ -1289,7 +1289,7 @@ export default function PropertyDetailsPage() {
{/* Sidebar */}
<div className="space-y-4">
{/* Booking Card */}
{property.isRent && !AuthService.isAdmin() && (
{property.isRent && (
<motion.div
initial={{ opacity: 0, x: 20 }}
animate={{ opacity: 1, x: 0 }}