Skip to content

Commit 112d24b

Browse files
authored
Remove v-show directive from blade template (#1292)
1 parent a4f6408 commit 112d24b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: stubs/livewire/resources/views/profile/update-profile-information-form.blade.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
</p>
7676

7777
@if ($this->verificationLinkSent)
78-
<p v-show="verificationLinkSent" class="mt-2 font-medium text-sm text-green-600 dark:text-green-400">
78+
<p class="mt-2 font-medium text-sm text-green-600 dark:text-green-400">
7979
{{ __('A new verification link has been sent to your email address.') }}
8080
</p>
8181
@endif

0 commit comments

Comments
 (0)