We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 25fd39c + c240d14 commit d3046dcCopy full SHA for d3046dc
client/src/components/Messages/HoverButtons.jsx
@@ -3,7 +3,7 @@ import React from 'react';
3
import EditIcon from '../svg/EditIcon';
4
5
export default function HoverButtons({ visible, onClick, model }) {
6
- const isBing = model === 'bingai' || model === 'sydney';
+ const isBing = model === 'bingai';
7
const enabled = !isBing;
8
9
return (
0 commit comments