Skip to content

Commit 0b07f1d

Browse files
puneetlathOSBotify
authored andcommitted
Merge pull request #35900 from esh-g/hotfix-room-header
Fix header for room description (cherry picked from commit daf5129)
1 parent 91f72f6 commit 0b07f1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/DisplayNames/index.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ function DisplayNames({fullTitle, tooltipEnabled, textStyles, numberOfLines, sho
2626
fullTitle={title}
2727
textStyles={textStyles}
2828
numberOfLines={numberOfLines}
29+
renderAdditionalText={renderAdditionalText}
2930
/>
3031
);
3132
}

0 commit comments

Comments
 (0)