Toggle navigation
Toggle navigation
This project
Loading...
Sign in
2021-1-capstone-design2
/
2017110273
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
sdy
2021-06-06 17:42:14 +0900
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
e7ee524a84862b90977c7a2ba0c07a3790c2cdce
e7ee524a
1 parent
94c55dd1
remove unused comment
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
client/src/components/chat/Chat.js
client/src/components/chat/Chat.js
View file @
e7ee524
...
...
@@ -7,8 +7,6 @@ import axios from "axios";
import
Header
from
"../header/Header"
;
//const regExp = /<a[\s]+([^>]+)>((?:.(?!\<\/a\>))*.)<\/a>/g;
const
BotOptions
=
({
option
})
=>
{
return
(
<
div
className
=
{
'msg label bot'
}
>
{
option
.
label
}
<
/div
>
...
...
Please
register
or
login
to post a comment