1
0
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:
Michael Telatynski
2021-05-26 14:14:55 +01:00
parent 974d62e347
commit 1ffbaee560
9 changed files with 105 additions and 105 deletions

View File

@ -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,