You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-04 11:51:45 +03:00
Remove unused return type
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user