mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-01 13:51:09 +01:00
React 19
Co-authored-by: Jamie <113370520+jamiebuilds-signal@users.noreply.github.com>
This commit is contained in:
@@ -17,7 +17,7 @@ export type PropsType = {
|
||||
showEditMemberLabelScreen: () => unknown;
|
||||
};
|
||||
|
||||
export function GroupMemberLabelInfoModal(props: PropsType): JSX.Element {
|
||||
export function GroupMemberLabelInfoModal(props: PropsType): React.JSX.Element {
|
||||
const {
|
||||
canAddLabel,
|
||||
hasLabel,
|
||||
|
||||
Reference in New Issue
Block a user