Compare commits

..

No commits in common. "27bbdae43383171e1f4255cf928b6f76b1a9d609" and "cb38f9bf98788e7fac065c77833f993866f11e19" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -338,7 +338,7 @@ const ViewExpense = ({ ExpenseId }) => {
</div> </div>
{data.expensesReimburse && ( {data.expensesReimburse && (
<div className="row text-start mt-2"> <div className="row text-start">
<div className="col-md-6 mb-sm-0 mb-2"> <div className="col-md-6 mb-sm-0 mb-2">
<label className="form-label me-2 mb-0 fw-semibold"> <label className="form-label me-2 mb-0 fw-semibold">
Transaction ID : Transaction ID :

View File

@ -107,7 +107,7 @@ const ExpensePage = () => {
<div className="container-fluid"> <div className="container-fluid">
<Breadcrumb data={[{ label: "Home", link: "/" }, { label: "Expense" }]} /> <Breadcrumb data={[{ label: "Home", link: "/" }, { label: "Expense" }]} />
{(IsViewAll || IsViewSelf || IsCreatedAble) ? ( {(IsViewAll || IsViewSelf && IsCreatedAble) ? (
<> <>
<div className="card my-3 px-sm-4 px-0"> <div className="card my-3 px-sm-4 px-0">
<div className="card-body py-2 px-3"> <div className="card-body py-2 px-3">