Skip to content

Commit

Permalink
Add fix for renamed method
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Nov 11, 2024
1 parent 3d48284 commit e17212b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/realtime-compiler/resources/dashboard.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@
<strong title="{{ $mediaFile->getPath() }}">{{ $mediaFile->getName() }}</strong>
</p>
<div class="col px-0 text-nowrap">
<small class="text-muted">({{ $dashboard::bytesToHuman($mediaFile->getContentLength()) }})</small>
<small class="text-muted">({{ $dashboard::bytesToHuman($mediaFile->getLength()) }})</small>
</div>
</div>
<div class="row small align-items-center">
Expand Down

0 comments on commit e17212b

Please sign in to comment.