mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Use ReadonlyArrays in conversation model and redux
This commit is contained in:
@@ -11,7 +11,7 @@ import type { LocalizerType } from '../types/Util';
|
||||
type PropsType = {
|
||||
i18n: LocalizerType;
|
||||
nameClassName?: string;
|
||||
sharedGroupNames: Array<string>;
|
||||
sharedGroupNames: ReadonlyArray<string>;
|
||||
};
|
||||
|
||||
export function SharedGroupNames({
|
||||
|
||||
Reference in New Issue
Block a user