Skip to content

Commit 06b7143

Browse files
fix:[LAR-118] replace authenticate variable to user
1 parent 8d4c71d commit 06b7143

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/discussions/add-comment.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ class="size-5 text-skin-muted"
3636
id="body"
3737
placeholder="{{ __('Laisser un commentaire, vous pouvez utilise du **Markdown**') }}"
3838
rows="4"
39-
:disabled="$authenticate === null"
39+
:disabled="$user === null"
4040
></textarea>
4141
<div class="mt-4 sm:flex sm:items-center sm:justify-between sm:space-x-4">
4242
@if ($isRoot)

0 commit comments

Comments
 (0)