Skip to content

Commit

Permalink
Merge pull request #115 from HyunggyuJang/sydney/branching
Browse files Browse the repository at this point in the history
Enable branching (edit message) for Sydney
  • Loading branch information
danny-avila authored Mar 23, 2023
2 parents 25fd39c + c240d14 commit d3046dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/Messages/HoverButtons.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import React from 'react';
import EditIcon from '../svg/EditIcon';

export default function HoverButtons({ visible, onClick, model }) {
const isBing = model === 'bingai' || model === 'sydney';
const isBing = model === 'bingai';
const enabled = !isBing;

return (
Expand Down

0 comments on commit d3046dc

Please sign in to comment.