mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-18 06:44:46 -07:00
Fix crashing on empty list for ListSummary
This commit is contained in:
parent
26cebf47f1
commit
fa1fce80dc
1 changed files with 2 additions and 4 deletions
|
|
@ -3,15 +3,13 @@
|
|||
ref="search-container"
|
||||
class="search-container w-full space-y-4"
|
||||
>
|
||||
|
||||
<slot name="before-search">
|
||||
<div class="list-summary-wrapper flex justify-center text-center text-sm">
|
||||
|
||||
<ListSummary
|
||||
:app-list="appList"
|
||||
v-if="!!kindPage.summary"
|
||||
:custom-numbers="kindPage.summary"
|
||||
class="max-w-4xl"
|
||||
/>
|
||||
|
||||
</div>
|
||||
</slot>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue