mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-25 18:55:44 +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}`
|
||||
}
|
||||
>
|
||||
<Status status={status} size="s" />
|
||||
<Status statusID={actualStatusID} size="s" />
|
||||
</Link>
|
||||
)}
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue