Refactor ConversationHeader into function component

This commit is contained in:
Jamie Kyle
2024-03-19 06:46:09 -07:00
committed by GitHub
parent 9533796c81
commit 33d30c6e74
6 changed files with 1273 additions and 1112 deletions

View File

@@ -13,7 +13,7 @@ export type MuteOption = {
};
export function getMuteOptions(
muteExpiresAt: undefined | number,
muteExpiresAt: null | undefined | number,
i18n: LocalizerType
): Array<MuteOption> {
return [