diff --git a/src/components/Expenses/ExpenseSkeleton.jsx b/src/components/Expenses/ExpenseSkeleton.jsx index 4356eda0..8a4afe95 100644 --- a/src/components/Expenses/ExpenseSkeleton.jsx +++ b/src/components/Expenses/ExpenseSkeleton.jsx @@ -154,7 +154,7 @@ export const ExpenseTableSkeleton = ({ groups = 3, rowsPerGroup = 3 }) => { -
Expense Categort
+
Expense Category
Payment Mode
diff --git a/src/components/PaymentRequest/PaymentRequestList.jsx b/src/components/PaymentRequest/PaymentRequestList.jsx index c8167e45..d7143939 100644 --- a/src/components/PaymentRequest/PaymentRequestList.jsx +++ b/src/components/PaymentRequest/PaymentRequestList.jsx @@ -239,7 +239,7 @@ const PaymentRequestList = ({ filters, groupBy = "submittedBy", search }) => { /> )}
-
+
diff --git a/src/components/RecurringExpense/RecurringExpenseList.jsx b/src/components/RecurringExpense/RecurringExpenseList.jsx index aa039448..2d413ead 100644 --- a/src/components/RecurringExpense/RecurringExpenseList.jsx +++ b/src/components/RecurringExpense/RecurringExpenseList.jsx @@ -181,10 +181,11 @@ const RecurringExpenseList = ({ search, filterStatuses }) => { /> )} -
+
- {Array.isArray(filteredData) && filteredData.length > 0 && ( -
+
+ {Array.isArray(filteredData) && filteredData.length > 0 && ( +
{recurringExpenseColumns.map((col) => ( @@ -284,6 +285,7 @@ const RecurringExpenseList = ({ search, filterStatuses }) => { {isError ? (

{error.message}

):(

No Recurring Expense Found

)} )} + {/* Pagination */} diff --git a/src/pages/PaymentRequest/PaymentRequestPage.jsx b/src/pages/PaymentRequest/PaymentRequestPage.jsx index 541a366e..db174309 100644 --- a/src/pages/PaymentRequest/PaymentRequestPage.jsx +++ b/src/pages/PaymentRequest/PaymentRequestPage.jsx @@ -73,7 +73,7 @@ const PaymentRequestPage = () => { {/* Top Bar */}
-
+
{ className="form-control form-control-sm w-auto" placeholder="Search Payment Request" value={search} + style={{minWidth:"200px"}} onChange={(e) => setSearch(e.target.value)} />
-
+