update style of imports in all modified files

pull/21833/head
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,