fix reply hover oopsie
This commit is contained in:
parent
05ccbb9e01
commit
ba086918b2
|
@ -51,7 +51,7 @@ export const StatusHoverCard: React.FC<IStatusHoverCard> = ({ visible = true })
|
||||||
const targetRef = useAppSelector(state => state.status_hover_card.ref?.current);
|
const targetRef = useAppSelector(state => state.status_hover_card.ref?.current);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
if (statusId) dispatch(fetchStatus(statusId));
|
dispatch(fetchStatus(statusId));
|
||||||
}, [dispatch, statusId])
|
}, [dispatch, statusId])
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
|
|
Loading…
Reference in New Issue