Merge branch 'dev'
This commit is contained in:
commit
fc0f2fa2a1
2 changed files with 5 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "donetick",
|
"name": "donetick",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.1.76",
|
"version": "0.1.77",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"lint-staged": {
|
"lint-staged": {
|
||||||
"*.{js,jsx,ts,tsx}": [
|
"*.{js,jsx,ts,tsx}": [
|
||||||
|
|
|
@ -446,7 +446,11 @@ 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 && (
|
{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