fix reply hover oopsie

This commit is contained in:
ewwwwwwww 2022-06-17 13:24:52 -07:00
parent 05ccbb9e01
commit ba086918b2
1 changed files with 1 additions and 1 deletions

View File

@ -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(() => {