Compare commits
2 Commits
cb38f9bf98
...
27bbdae433
| Author | SHA1 | Date | |
|---|---|---|---|
| 27bbdae433 | |||
| 248254ba3b |
@ -338,7 +338,7 @@ const ViewExpense = ({ ExpenseId }) => {
|
||||
</div>
|
||||
|
||||
{data.expensesReimburse && (
|
||||
<div className="row text-start">
|
||||
<div className="row text-start mt-2">
|
||||
<div className="col-md-6 mb-sm-0 mb-2">
|
||||
<label className="form-label me-2 mb-0 fw-semibold">
|
||||
Transaction ID :
|
||||
|
||||
@ -107,7 +107,7 @@ const ExpensePage = () => {
|
||||
<div className="container-fluid">
|
||||
<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-body py-2 px-3">
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user