From 7b14a8f3faf7672f0aefbf93d5c37f62a169b535 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Sun, 6 Nov 2022 03:30:40 +0300 Subject: Cleanup ESLint warnings --- vnext/src/ui/Contact.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'vnext/src/ui/Contact.js') diff --git a/vnext/src/ui/Contact.js b/vnext/src/ui/Contact.js index 2d009738..a0d32e84 100644 --- a/vnext/src/ui/Contact.js +++ b/vnext/src/ui/Contact.js @@ -3,13 +3,14 @@ import { memo } from 'react'; import Avatar from './Avatar'; /** - * @typedef {Object} ContactProps + * @typedef {object} ContactProps * @property {import('../api').Chat} user - * @property {React.CSSProperties} style + * @property {import('react').CSSProperties} style */ /** * Contact component + * * @param {ContactProps} props */ function Contact({ user, style }) { -- cgit v1.2.3