diff options
author | Vitaly Takmazov | 2022-10-28 15:15:03 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-01-13 10:37:58 +0300 |
commit | 204f3762eedd8028f7d79826dc625eb31bbcb909 (patch) | |
tree | 683fbb0bdc3754f02fd8014cf52d4e26cb8ae1ad /vnext/src/ui/helpers | |
parent | 6e2f663ef80a784dd9b51fae76b17c042bbb46ee (diff) |
Merge `eslint` configuration from Next version
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; |