small-rating-fix
This commit is contained in:
parent
3a3d4e87ba
commit
5e8c99332f
|
@ -84,7 +84,7 @@ export const ReactionsProvider = (props: { children: JSX.Element }) => {
|
|||
const deleteReaction = async (reaction_id: number): Promise<void> => {
|
||||
const r = await apiClient.destroyReaction(reaction_id)
|
||||
setReactionEntities({
|
||||
[r.id]: undefined,
|
||||
[reaction_id]: undefined,
|
||||
})
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user