mirror of
https://github.com/vector-im/element-web.git
synced 2026-01-06 00:51:48 +01:00
Remove unused return type
This commit is contained in:
parent
d9e7253561
commit
323ebdfac8
@ -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…
x
Reference in New Issue
Block a user