Remove Title Case di Provider
This commit is contained in:
@@ -421,7 +421,7 @@ export default function TableListFinalLog() {
|
|||||||
setData(
|
setData(
|
||||||
response.data.data.map((obj: any) => ({
|
response.data.data.map((obj: any) => ({
|
||||||
...obj,
|
...obj,
|
||||||
provider:formatTitleCase(obj.provider),
|
provider:obj.provider,
|
||||||
full_name:formatTitleCase(obj.full_name),
|
full_name:formatTitleCase(obj.full_name),
|
||||||
check_status: obj.status,
|
check_status: obj.status,
|
||||||
check_claim: obj.check_claim,
|
check_claim: obj.check_claim,
|
||||||
|
|||||||
@@ -384,7 +384,7 @@ export default function TableList() {
|
|||||||
setData(
|
setData(
|
||||||
response.data.data.map((obj: any) => ({
|
response.data.data.map((obj: any) => ({
|
||||||
...obj,
|
...obj,
|
||||||
provider:formatTitleCase(obj.provider),
|
provider:obj.provider,
|
||||||
full_name:formatTitleCase(obj.full_name),
|
full_name:formatTitleCase(obj.full_name),
|
||||||
status:
|
status:
|
||||||
obj.status === 'requested' ? (
|
obj.status === 'requested' ? (
|
||||||
|
|||||||
Reference in New Issue
Block a user