Skip to content

Commit

Permalink
It's short enough now
Browse files Browse the repository at this point in the history
  • Loading branch information
nanaya committed Dec 5, 2024
1 parent 30a65e2 commit e61c94a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions resources/views/forum/topics/_post_info.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ class="forum-post-info__row forum-post-info__row--title"
'type' => 'performance',
'country' => $user->country->getKey(),
])}}">
@include('objects._flag_country', [
'country' => $user->country,
])
@include('objects._flag_country', ['country' => $user->country])
</a>
</div>
@endif
Expand Down

0 comments on commit e61c94a

Please sign in to comment.