Fix user.role error
This commit is contained in:
parent
3f047abd38
commit
bb13b7647c
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@
|
||||||
@close="isProjectRequestDialogOpen = false"
|
@close="isProjectRequestDialogOpen = false"
|
||||||
/>
|
/>
|
||||||
<ProjectRequestButton
|
<ProjectRequestButton
|
||||||
v-if="user.role === 'client'"
|
v-if="user?.role === 'client'"
|
||||||
@click="isProjectRequestDialogOpen = true"
|
@click="isProjectRequestDialogOpen = true"
|
||||||
/>
|
/>
|
||||||
</main>
|
</main>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue