Showing
1 changed file
with
0 additions
and
2 deletions
... | @@ -7,8 +7,6 @@ import axios from "axios"; | ... | @@ -7,8 +7,6 @@ import axios from "axios"; |
7 | 7 | ||
8 | import Header from "../header/Header"; | 8 | import Header from "../header/Header"; |
9 | 9 | ||
10 | -//const regExp = /<a[\s]+([^>]+)>((?:.(?!\<\/a\>))*.)<\/a>/g; | ||
11 | - | ||
12 | const BotOptions = ({ option }) => { | 10 | const BotOptions = ({ option }) => { |
13 | return ( | 11 | return ( |
14 | <div className={'msg label bot'}>{option.label}</div> | 12 | <div className={'msg label bot'}>{option.label}</div> | ... | ... |
-
Please register or login to post a comment