From 71acbc9791ad42f99757feb9ed03e208fd09aa70 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 19 May 2023 02:39:47 +0300 Subject: Fix linter warnings --- vnext/src/ui/Contact.js | 1 - 1 file changed, 1 deletion(-) (limited to 'vnext/src/ui/Contact.js') diff --git a/vnext/src/ui/Contact.js b/vnext/src/ui/Contact.js index a0d32e84..75c80332 100644 --- a/vnext/src/ui/Contact.js +++ b/vnext/src/ui/Contact.js @@ -10,7 +10,6 @@ import Avatar from './Avatar'; /** * Contact component - * * @param {ContactProps} props */ function Contact({ user, style }) { -- cgit v1.2.3