removed border
This commit is contained in:
parent
9b65c12239
commit
f4838441aa
@ -116,8 +116,8 @@ const ViewExpense = ({ ExpenseId }) => {
|
||||
<h5 className="fw-semibold m-0">Expense Details</h5>
|
||||
</div>
|
||||
|
||||
<div className="row mb-1 border-top border-2 border-light-subtle">
|
||||
<div className="col-12 col-lg-7 col-xl-8 border-end border-2 border-light-subtle mb-3">
|
||||
<div className="row mb-1 ">
|
||||
<div className="col-12 col-lg-7 col-xl-8 mb-3">
|
||||
<div className="row">
|
||||
<div className="col-12 d-flex justify-content-between text-start fw-semibold my-2">
|
||||
<span>{data?.expenseUId}</span>
|
||||
@ -166,7 +166,7 @@ const ViewExpense = ({ ExpenseId }) => {
|
||||
<label className="form-label me-2 mb-0 fw-semibold text-start" style={{ minWidth: "130px" }}>
|
||||
Amount :
|
||||
</label>
|
||||
<div className="text-muted"> {formatCurrency(data.amount,data.curency.currencyCode)}</div>
|
||||
<div className="text-muted"> {formatCurrency(data.amount,data?.curency?.currencyCode)}</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user