diff options
author | Vitaly Takmazov | 2023-05-19 02:39:47 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-05-19 02:54:34 +0300 |
commit | 71acbc9791ad42f99757feb9ed03e208fd09aa70 (patch) | |
tree | 02be8ff9af14bcc3592c442c95fe1596391856f6 /vnext/src/ui/Chat.js | |
parent | 56c7241c2ff3e62b2f6f8064f985181f4387dd3d (diff) |
Fix linter warnings
Diffstat (limited to 'vnext/src/ui/Chat.js')
-rw-r--r-- | vnext/src/ui/Chat.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vnext/src/ui/Chat.js b/vnext/src/ui/Chat.js index 392b12a0..4fdeaac7 100644 --- a/vnext/src/ui/Chat.js +++ b/vnext/src/ui/Chat.js @@ -21,7 +21,6 @@ import { Helmet } from 'react-helmet'; /** * Chat component - * * @param {ChatProps} props */ export default function Chat(props) { |