You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-11-07 10:46:24 +03:00
fix typos
This commit is contained in:
@@ -33,7 +33,7 @@ interface IProps {
|
|||||||
content: string;
|
content: string;
|
||||||
// The count of votes for this key
|
// The count of votes for this key
|
||||||
count: number;
|
count: number;
|
||||||
// A Set of Martix reaction events for this key
|
// A Set of Matrix reaction events for this key
|
||||||
reactionEvents: Set<MatrixEvent>;
|
reactionEvents: Set<MatrixEvent>;
|
||||||
// A possible Matrix event if the current user has voted for this type
|
// A possible Matrix event if the current user has voted for this type
|
||||||
myReactionEvent?: MatrixEvent;
|
myReactionEvent?: MatrixEvent;
|
||||||
|
|||||||
@@ -29,7 +29,7 @@ interface IProps {
|
|||||||
mxEvent: MatrixEvent;
|
mxEvent: MatrixEvent;
|
||||||
// The reaction content / key / emoji
|
// The reaction content / key / emoji
|
||||||
content: string;
|
content: string;
|
||||||
// A Set of Martix reaction events for this key
|
// A Set of Matrix reaction events for this key
|
||||||
reactionEvents: Set<MatrixEvent>;
|
reactionEvents: Set<MatrixEvent>;
|
||||||
visible: boolean;
|
visible: boolean;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user