You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
update style of imports in all modified files
This commit is contained in:
@ -318,7 +318,7 @@ export default class MessageComposer extends React.Component<IProps, IState> {
|
||||
}
|
||||
}
|
||||
|
||||
addEmoji(emoji) {
|
||||
addEmoji(emoji: string) {
|
||||
dis.dispatch<ComposerInsertPayload>({
|
||||
action: Action.ComposerInsert,
|
||||
text: emoji,
|
||||
|
Reference in New Issue
Block a user