mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-10 05:42:58 +00:00
Remove favorites count from profile page to have it not break on load
This commit is contained in:
parent
827d125639
commit
f64afa649a
2 changed files with 1 additions and 11 deletions
|
|
@ -7,9 +7,6 @@
|
|||
<span class="wa-heading-m">
|
||||
<wa-format-number value="{{ $user->posts->count() }}"></wa-format-number> {{ Str::plural('post', $user->posts->count()) }}
|
||||
</span>
|
||||
<span>
|
||||
<wa-format-number value="{{ $favorite_posts }}"></wa-format-number> {{ Str::plural('favorite', $favorite_posts) }}
|
||||
</span>
|
||||
</wa-card>
|
||||
|
||||
<wa-card>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue