mirror of
https://github.com/elk-zone/elk.git
synced 2024-11-04 16:09:59 +00:00
fix: status card confusion (#2196)
This commit is contained in:
parent
886fc89df6
commit
a98ca69382
1 changed files with 1 additions and 0 deletions
|
@ -105,6 +105,7 @@ onReactivated(() => {
|
|||
>
|
||||
<DynamicScrollerItem :item="item" :active="active">
|
||||
<StatusCard
|
||||
:key="item.id"
|
||||
:status="item"
|
||||
context="account"
|
||||
:older="context?.descendants[index + 1]"
|
||||
|
|
Loading…
Reference in a new issue