mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-21 00:48:19 +01:00
Refactor ConversationHeader into function component
This commit is contained in:
@@ -13,7 +13,7 @@ export type MuteOption = {
|
||||
};
|
||||
|
||||
export function getMuteOptions(
|
||||
muteExpiresAt: undefined | number,
|
||||
muteExpiresAt: null | undefined | number,
|
||||
i18n: LocalizerType
|
||||
): Array<MuteOption> {
|
||||
return [
|
||||
|
||||
Reference in New Issue
Block a user