Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 7b1774c

Browse files
removed unnecessary code
1 parent 9bdb098 commit 7b1774c

File tree

1 file changed

+0
-15
lines changed

1 file changed

+0
-15
lines changed

‎src/components/functions/YesNo.tsx‎

Lines changed: 0 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -11,24 +11,9 @@ export default function YesNoSelectInput({ message }: { message: string }) {
1111
const { request } = useContext(ConversationContext);
1212
const { isTyping } = useTypingAnimation(message);
1313

14-
const container = {
15-
initial: { opacity: 0, y: 10 },
16-
animate: {
17-
opacity: 1,
18-
y: 0,
19-
transition: { duration: 0.2, staggerChildren: 0.1 },
20-
},
21-
};
22-
23-
const buttonVariant = {
24-
initial: { opacity: 0, y: 10 },
25-
animate: { opacity: 1, y: 0 },
26-
};
27-
2814
return (
2915
<>
3016
<BotMessage message={message} />
31-
3217
{!isTyping && (
3318
<div className="flex gap-2">
3419
<button

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /