sforkowany z mirror/soapbox
fix reply hover oopsie
rodzic
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);
|
||||
|
||||
useEffect(() => {
|
||||
if (statusId) dispatch(fetchStatus(statusId));
|
||||
dispatch(fetchStatus(statusId));
|
||||
}, [dispatch, statusId])
|
||||
|
||||
useEffect(() => {
|
||||
|
|
Ładowanie…
Reference in New Issue