parent
1b993ef1bd
commit
db8ebd6df0
|
@ -30,7 +30,7 @@ import { RightPanelPhases } from '../../../stores/RightPanelStorePhases';
|
|||
import { Action } from '../../../dispatcher/actions';
|
||||
import { SetRightPanelPhasePayload } from '../../../dispatcher/payloads/SetRightPanelPhasePayload';
|
||||
import { join } from '../../../utils/ReactUtils';
|
||||
import { EventType } from '../../../../../matrix-js-sdk/src/@types/event';
|
||||
import { EventType } from 'matrix-js-sdk/src/@types/event';
|
||||
|
||||
const onPinnedMessagesClick = (): void => {
|
||||
defaultDispatcher.dispatch<SetRightPanelPhasePayload>({
|
||||
|
|
Loading…
Reference in New Issue