Skip to content

Commit

Permalink
Load messages as soon as possible
Browse files Browse the repository at this point in the history
  • Loading branch information
hbakouane committed Apr 9, 2021
1 parent 056d3fe commit c915672
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/livewire/message.blade.php
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div>
<div class="row justify-content-center" wire:poll="mount">
@if(auth()->user()->is_admin == true)
<div class="col-md-4">
<div class="col-md-4" wire:init>
<div class="card">
<div class="card-header">
Users
Expand Down

0 comments on commit c915672

Please sign in to comment.