From 204f3762eedd8028f7d79826dc625eb31bbcb909 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 28 Oct 2022 15:15:03 +0300 Subject: Merge `eslint` configuration from Next version --- vnext/src/ui/helpers/BubbleStyle.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vnext/src/ui/helpers') 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; -- cgit v1.2.3