mirror of
https://github.com/BarkProductions/barkman.git
synced 2026-08-11 11:42:03 +00:00
fixed typo
This commit is contained in:
@@ -27,7 +27,7 @@ function JobDetail() {
|
|||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Container m="lg">
|
<Container m="lg">
|
||||||
<Title order={1}>Item Detail</Title>
|
<Title order={1}>Job Detail</Title>
|
||||||
<div>{isFetching ? 'Updating...' : ''}</div>
|
<div>{isFetching ? 'Updating...' : ''}</div>
|
||||||
<Text>Customer ID: {data.customerId}</Text>
|
<Text>Customer ID: {data.customerId}</Text>
|
||||||
<Text>Name: {data.name}</Text>
|
<Text>Name: {data.name}</Text>
|
||||||
|
|||||||
Reference in New Issue
Block a user