view expense if have any one permission of - viewself, upload, viewALl
This commit is contained in:
parent
bbe9c829f3
commit
11ef1932b4
@ -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