mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-02 01:39:21 +00:00
Fixed minor typo
This commit is contained in:
parent
c41e4e83aa
commit
f64b28578d
@ -63,7 +63,7 @@ const ReactYammer: React.SFC<IReactYammerProps> = (props) => {
|
|||||||
clearControls();
|
clearControls();
|
||||||
setMessageBarStatus({
|
setMessageBarStatus({
|
||||||
type: MessageBarType.success,
|
type: MessageBarType.success,
|
||||||
message: <span>Your priase now been successfully added.<a target="_blank" href={`https://www.yammer.com/messages/${threadId}`}>See the praise on Yammer.</a></span>,
|
message: <span>Your praise now been successfully added.<a target="_blank" href={`https://www.yammer.com/messages/${threadId}`}>See the praise on Yammer.</a></span>,
|
||||||
show: true
|
show: true
|
||||||
});
|
});
|
||||||
setLoading(false);
|
setLoading(false);
|
||||||
@ -169,4 +169,4 @@ const ReactYammer: React.SFC<IReactYammerProps> = (props) => {
|
|||||||
);
|
);
|
||||||
};
|
};
|
||||||
|
|
||||||
export default ReactYammer;
|
export default ReactYammer;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user