Skip to content

Commit d3046dc

Browse files
authored
Merge pull request #115 from HyunggyuJang/sydney/branching
Enable branching (edit message) for Sydney
2 parents 25fd39c + c240d14 commit d3046dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/components/Messages/HoverButtons.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import React from 'react';
33
import EditIcon from '../svg/EditIcon';
44

55
export default function HoverButtons({ visible, onClick, model }) {
6-
const isBing = model === 'bingai' || model === 'sydney';
6+
const isBing = model === 'bingai';
77
const enabled = !isBing;
88

99
return (

0 commit comments

Comments
 (0)