feature/stubsArm #40

Merged
primakov merged 5 commits from feature/stubsArm into main 2024-11-24 19:57:52 +03:00
Showing only changes of commit 2130532dfd - Show all commits

View File

@ -1,7 +1,7 @@
import React from 'react';
import { Badge, Link, Stack, Td, Tr } from '@chakra-ui/react';
import MasterActionsMenu from '../MasterActionsMenu';
import MasterActionsMenu from '../MasterActionsMenu';
import { getTimeSlot } from '../../lib/date-helpers';
const MasterItem = ({ name, schedule, phone }) => {