Commit 3120171d authored by Joel's avatar Joel

chore: remove useless code

parent 49783327
...@@ -58,23 +58,6 @@ const Answer: FC<IAnswerProps> = ({ item, feedbackDisabled = false, isHideFeedba ...@@ -58,23 +58,6 @@ const Answer: FC<IAnswerProps> = ({ item, feedbackDisabled = false, isHideFeedba
const [localAdminFeedback, setLocalAdminFeedback] = useState<Feedbacktype | undefined | null>(adminFeedback) const [localAdminFeedback, setLocalAdminFeedback] = useState<Feedbacktype | undefined | null>(adminFeedback)
const { userProfile } = useContext(AppContext) const { userProfile } = useContext(AppContext)
const { t } = useTranslation() const { t } = useTranslation()
// const thoughtList = [
// {
// id: '1',
// tool: 'google_search',
// thought: 'Searching Wikipedia with Donald Trump..',
// },
// {
// id: '2',
// tool: 'google_search',
// thought: 'Searching Wikipedia with Donald Trump..',
// },
// {
// id: '3',
// tool: 'google_search',
// thought: 'Searching Wikipedia with Donald Trump..',
// },
// ]
/** /**
* Render feedback results (distinguish between users and administrators) * Render feedback results (distinguish between users and administrators)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment