pl-fe: well

Signed-off-by: mkljczk <git@mkljczk.pl>
This commit is contained in:
mkljczk
2025-03-02 17:51:34 +01:00
parent c1e74a8eca
commit c3c35c7517

View File

@ -246,7 +246,7 @@ const Notification: React.FC<INotification> = (props) => {
const handleMention = useCallback((e?: KeyboardEvent) => {
e?.preventDefault();
dispatch(replyCompose(status, account));
dispatch(mentionCompose(account));
}, [account]);
const handleReply = useCallback((e?: KeyboardEvent) => {