Skip to content

Commit

Permalink
bug(livewire): fix symbol array key
Browse files Browse the repository at this point in the history
  • Loading branch information
VictorAvelar committed Sep 9, 2022
1 parent c5ff2ce commit 09897bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/tile.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
</div>
<p class="w-1/3">
@php
echo number_format($rate['rate'], 2) . ' ' . $rate['rate'];
echo number_format($rate['rate'], 2) . ' ' . $rate['symbol'];
@endphp
</p>
</div>
Expand Down

0 comments on commit 09897bb

Please sign in to comment.