diff options
Diffstat (limited to 'vnext/src/ui/helpers')
-rw-r--r-- | vnext/src/ui/helpers/BubbleStyle.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vnext/src/ui/helpers/BubbleStyle.js b/vnext/src/ui/helpers/BubbleStyle.js index f784e1e3..23c2df13 100644 --- a/vnext/src/ui/helpers/BubbleStyle.js +++ b/vnext/src/ui/helpers/BubbleStyle.js @@ -1,7 +1,7 @@ /** * @param {import('../../api').User} me * @param {import('../../api').Message} msg - * @returns {React.CSSProperties} + * @returns { import('react').CSSProperties} CSS properties */ export function chatItemStyle(me, msg) { const isMe = me.uid === msg.user.uid; |