refactor mylistings and my rentals
This commit is contained in:
@@ -223,7 +223,7 @@ const RentItem: React.FC = () => {
|
||||
<div className="d-grid gap-2 d-md-block">
|
||||
<button
|
||||
className="btn btn-primary me-2"
|
||||
onClick={() => navigate("/my-rentals")}
|
||||
onClick={() => navigate("/renting")}
|
||||
>
|
||||
View My Rentals
|
||||
</button>
|
||||
|
||||
Reference in New Issue
Block a user