Fix groupV2 change rendering in notifications and left pane
This commit is contained in:
parent
364f00f37a
commit
29c3b8af89
6 changed files with 34 additions and 28 deletions
|
@ -28,7 +28,7 @@ export type PropsDataType = {
|
|||
|
||||
export type PropsHousekeepingType = {
|
||||
i18n: LocalizerType;
|
||||
renderContact: SmartContactRendererType;
|
||||
renderContact: SmartContactRendererType<FullJSXType>;
|
||||
};
|
||||
|
||||
export type PropsType = PropsDataType & PropsHousekeepingType;
|
||||
|
@ -141,7 +141,7 @@ export function GroupV2Change(props: PropsType): ReactElement {
|
|||
|
||||
return (
|
||||
<>
|
||||
{renderChange(change, {
|
||||
{renderChange<FullJSXType>(change, {
|
||||
i18n,
|
||||
ourUuid,
|
||||
renderContact,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue