Use ReadonlyArrays in conversation model and redux
This commit is contained in:
parent
ecbf84638d
commit
dec23725e5
55 changed files with 173 additions and 162 deletions
|
@ -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({
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue