mirror of
https://github.com/element-hq/element-web
synced 2024-11-27 11:47:23 +03:00
Remove unused return type
This commit is contained in:
parent
d9e7253561
commit
323ebdfac8
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ export function _t(text: string, variables?: IVariables, tags?: Tags): string |
|
|||
}
|
||||
}
|
||||
|
||||
export function _tSasV1(emoji: string): string | React.ReactNode {
|
||||
export function _tSasV1(emoji: string): string {
|
||||
const name = SASEmojiV1.getNameFor(emoji);
|
||||
return _t(name);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue