test
This commit is contained in:
parent
e6d0718ba2
commit
329ec88b4c
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
|
||||
});
|
||||
if (!data) {
|
||||
return <LoadingPage />;
|
||||
return <LoadingPage />;
|
||||
}
|
||||
return (
|
||||
<div className="mx-auto p-4">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue