Compare commits
1 Commits
v0.4.0
...
3ea501161c
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ea501161c |
@@ -23,7 +23,7 @@ const MasterItem = ({ name, phone, id, schedule }) => {
|
||||
<Td>{name}</Td>
|
||||
<Td>
|
||||
<Stack direction='row'>
|
||||
{schedule.map(({ startWashTime, endWashTime }, index) => (
|
||||
{schedule?.map(({ startWashTime, endWashTime }, index) => (
|
||||
<Badge colorScheme={'green'} key={index}>
|
||||
{getTimeSlot(startWashTime, endWashTime)}
|
||||
</Badge>
|
||||
|
||||
Reference in New Issue
Block a user