feat: test order view page render (#85)
All checks were successful
it-academy/dry-wash-pl/pipeline/pr-main This commit looks good
it-academy/dry-wash-pl/pipeline/head This commit looks good

This commit is contained in:
RustamRu
2025-02-15 19:47:10 +03:00
parent f07f7aeba5
commit 251ea5184e
4 changed files with 318 additions and 4 deletions

View File

@@ -41,6 +41,7 @@ export const OrderDetails: FC<OrderDetailsProps> = ({
location,
startWashTime,
endWashTime,
...props
}) => {
const { t } = useTranslation('~', {
keyPrefix: 'dry-wash.order-view.details',
@@ -50,7 +51,7 @@ export const OrderDetails: FC<OrderDetailsProps> = ({
});
return (
<VStack p={4} alignItems='flex-start' gap={4}>
<VStack p={4} alignItems='flex-start' gap={4} {...props}>
<HStack
width='full'
flexWrap='wrap'