diff --git a/frontend/src/components/AdminViewProfileComponent/CarListCard.tsx b/frontend/src/components/AdminViewProfileComponent/CarListCard.tsx
index 2d364a0..963d02e 100644
--- a/frontend/src/components/AdminViewProfileComponent/CarListCard.tsx
+++ b/frontend/src/components/AdminViewProfileComponent/CarListCard.tsx
@@ -59,8 +59,8 @@ const CarListCard = ({ car }: { car: Car }) => {
-
-
License Number:
+
+
License Number:
{isEditing ? (
{
{violation.paid_status ? "Paid" : "Unpaid"}
diff --git a/frontend/src/pages/AddDriver.tsx b/frontend/src/pages/AddDriver.tsx
index 7d4b384..042b4df 100644
--- a/frontend/src/pages/AddDriver.tsx
+++ b/frontend/src/pages/AddDriver.tsx
@@ -82,8 +82,8 @@ const AddDriver = () => {
};
return (
-
-
+
+
{loading &&
}
{successMessage &&
}
diff --git a/frontend/src/pages/AddViolationPage.tsx b/frontend/src/pages/AddViolationPage.tsx
index cc7f6bf..5cb1123 100644
--- a/frontend/src/pages/AddViolationPage.tsx
+++ b/frontend/src/pages/AddViolationPage.tsx
@@ -38,7 +38,7 @@ const AddViolation = () => {
};
return (
-