view expense if have any one permission of - viewself, upload, viewALl

This commit is contained in:
pramod mahajan 2025-08-07 17:36:25 +05:30
parent bbe9c829f3
commit 11ef1932b4

View File

@ -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">