test
This commit is contained in:
parent
3f1779bd7d
commit
2fc5798b86
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ const Test: NextPage = () => {
|
||||||
ordineId: "9e6badb3-41e7-459f-8e00-ae57bfb86ea0" as OrdiniOrdineId, // Replace with a valid ordine ID for testing
|
ordineId: "9e6badb3-41e7-459f-8e00-ae57bfb86ea0" as OrdiniOrdineId, // Replace with a valid ordine ID for testing
|
||||||
});
|
});
|
||||||
if (!data) {
|
if (!data) {
|
||||||
return <LoadingPage />;
|
return <LoadingPage />;
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<div className="mx-auto p-4">
|
<div className="mx-auto p-4">
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue