aboutsummaryrefslogtreecommitdiff
path: root/vnext/src/ui/Avatar.js
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2022-10-28 15:17:47 +0300
committerGravatar Vitaly Takmazov2023-01-13 10:37:58 +0300
commitd1ae7c0766c1e3319b4a75164123ffd364fd2389 (patch)
tree344e0926c40b7fb1e9b48d13eb2c4a8c2c349867 /vnext/src/ui/Avatar.js
parent204f3762eedd8028f7d79826dc625eb31bbcb909 (diff)
Merge `embed.js` from Next version
Diffstat (limited to 'vnext/src/ui/Avatar.js')
-rw-r--r--vnext/src/ui/Avatar.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnext/src/ui/Avatar.js b/vnext/src/ui/Avatar.js
index 0ec679df..04ec5910 100644
--- a/vnext/src/ui/Avatar.js
+++ b/vnext/src/ui/Avatar.js
@@ -15,6 +15,7 @@ import './Avatar.css';
/**
* Avatar component
+ *
* @param {AvatarProps} props
*/
function Avatar({ user, style, link, children }) {