mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-18 08:12:01 +03:00
Make statuses in notifications reactive
This commit is contained in:
parent
5cd5242b9a
commit
cf437a83da
1 changed files with 1 additions and 1 deletions
|
@ -429,7 +429,7 @@ function Notification({ notification, instance }) {
|
||||||
: `/s/${actualStatusID}`
|
: `/s/${actualStatusID}`
|
||||||
}
|
}
|
||||||
>
|
>
|
||||||
<Status status={status} size="s" />
|
<Status statusID={actualStatusID} size="s" />
|
||||||
</Link>
|
</Link>
|
||||||
)}
|
)}
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Reference in a new issue