handle expense view permission
This commit is contained in:
parent
f3e60bf8bc
commit
11b1cf22b5
@ -107,7 +107,7 @@ const ExpensePage = () => {
|
||||
<div className="container-fluid">
|
||||
<Breadcrumb data={[{ label: "Home", link: "/" }, { label: "Expense" }]} />
|
||||
|
||||
{(IsViewAll || IsViewSelf) ? (
|
||||
{(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