Refactor ConversationHeader into function component
This commit is contained in:
parent
9533796c81
commit
33d30c6e74
6 changed files with 1273 additions and 1112 deletions
|
@ -13,7 +13,7 @@ export type MuteOption = {
|
|||
};
|
||||
|
||||
export function getMuteOptions(
|
||||
muteExpiresAt: undefined | number,
|
||||
muteExpiresAt: null | undefined | number,
|
||||
i18n: LocalizerType
|
||||
): Array<MuteOption> {
|
||||
return [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue