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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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 [