Skip to content

Commit 394cdcd

Browse files
committed
fix: remove 'class=' error
1 parent c556143 commit 394cdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

api/server/routes/handlers.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const _ = require('lodash');
22
const citationRegex = /\[\^\d+?\^]/g;
33
const backtick = /(?<!`)[`](?!`)/g;
44
// const singleBacktick = /(?<!`)[`](?!`)/;
5-
const cursorDefault = '<span class="result-streaming">█</span>';
5+
const cursorDefault = '<span className="result-streaming">█</span>';
66
const { getCitations, citeText } = require('../../app/');
77

88
const handleError = (res, message) => {

0 commit comments

Comments
 (0)