fix merging commit
This commit is contained in:
parent
fc0f2fa2a1
commit
85631ad823
1 changed files with 0 additions and 4 deletions
|
@ -446,11 +446,7 @@ const ChoreCard = ({
|
||||||
</Avatar>
|
</Avatar>
|
||||||
<Box display='flex' flexDirection='column'>
|
<Box display='flex' flexDirection='column'>
|
||||||
<Typography level='title-md'>{getName(chore.name)}</Typography>
|
<Typography level='title-md'>{getName(chore.name)}</Typography>
|
||||||
<<<<<<< HEAD
|
|
||||||
{chore.assignedTo !== userProfile.id && (
|
|
||||||
=======
|
|
||||||
{userProfile && chore.assignedTo !== userProfile.id && (
|
{userProfile && chore.assignedTo !== userProfile.id && (
|
||||||
>>>>>>> dev
|
|
||||||
<Typography level='body-md' color='text.disabled'>
|
<Typography level='body-md' color='text.disabled'>
|
||||||
Assigned to{' '}
|
Assigned to{' '}
|
||||||
<Chip variant='outlined'>
|
<Chip variant='outlined'>
|
||||||
|
|
Loading…
Add table
Reference in a new issue