fix: status card confusion (#2196)

This commit is contained in:
Horváth Bálint 2023-07-03 21:04:16 +02:00 committed by GitHub
parent 886fc89df6
commit a98ca69382
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -105,6 +105,7 @@ onReactivated(() => {
>
<DynamicScrollerItem :item="item" :active="active">
<StatusCard
:key="item.id"
:status="item"
context="account"
:older="context?.descendants[index + 1]"