updated
This commit is contained in:
@@ -138,7 +138,7 @@ const Approved = () => {
|
||||
name={item.creator?.firstName}
|
||||
src={item.creator?.profilePhoto}
|
||||
/> */}
|
||||
{item?.creator?.firstName}
|
||||
{item?.modifier?.firstName}
|
||||
</Text>
|
||||
),
|
||||
"Update On": (
|
||||
|
||||
@@ -156,7 +156,7 @@ const Pending = () => {
|
||||
name={item?.creator?.firstName}
|
||||
src={item?.creator?.profilePhoto}
|
||||
/> */}
|
||||
{item?.creator?.firstName}
|
||||
{item?.modifier?.firstName}
|
||||
</Text>
|
||||
),
|
||||
"Update On": (
|
||||
|
||||
@@ -150,7 +150,7 @@ import AddCaseDetails from "./AddCaseDetails";
|
||||
name={item.creator?.firstName}
|
||||
src={item.creator?.profilePhoto}
|
||||
/> */}
|
||||
{item?.creator?.firstName}
|
||||
{item?.modifier?.firstName}
|
||||
</Text>
|
||||
),
|
||||
"Update On": (
|
||||
|
||||
@@ -153,7 +153,7 @@ const Approved = () => {
|
||||
name={item.creator?.firstName}
|
||||
src={item.creator?.profilePhoto}
|
||||
/> */}
|
||||
{item?.creator?.firstName}
|
||||
{item?.modifier?.firstName}
|
||||
</Text>
|
||||
),
|
||||
}));
|
||||
|
||||
@@ -158,7 +158,7 @@ const Pending = () => {
|
||||
name={item.creator?.firstName}
|
||||
src={item.creator?.profilePhoto}
|
||||
/> */}
|
||||
{item?.creator?.firstName}
|
||||
{item?.modifier?.firstName}
|
||||
</Text>
|
||||
),
|
||||
Status: (
|
||||
|
||||
@@ -149,7 +149,7 @@ const Rejected = () => {
|
||||
name={item.creator?.firstName}
|
||||
src={item.creator?.profilePhoto}
|
||||
/> */}
|
||||
{item?.creator?.firstName}
|
||||
{item?.modifier?.firstName}
|
||||
</Text>
|
||||
),
|
||||
}));
|
||||
|
||||
Reference in New Issue
Block a user