Skip to content

Commit

Permalink
fix: further optimize mod list page
Browse files Browse the repository at this point in the history
  • Loading branch information
Pyker committed Nov 30, 2024
1 parent 1544ee5 commit e1d3be5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions resources/views/mod/list.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
({{ $mod->name }})
@endif
<br>
<b>Latest
Version:</b> {{ $mod->latestVersion ? $mod->latestVersion->version : "N/A" }}
<b>Latest version:</b> {{ $mod->latestVersion?->version ?? "N/A" }}
</td>
<td>{{ !empty($mod->author) ? $mod->author : "N/A" }}</td>
<td>
Expand Down

0 comments on commit e1d3be5

Please sign in to comment.