Skip to content
This repository was archived by the owner on Apr 18, 2024. It is now read-only.

Commit 67fb2ca

Browse files
committed
fix: fix compile warning
1 parent dd2cf52 commit 67fb2ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ClickPrompt/ExecutePromptButton.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ function ExecutePromptButton(props: ExecButtonProps) {
8989
return (
9090
<>
9191
<StyledPromptButton>
92-
<Button colorScheme='twitter' className='bg-blue' onClick={handleClick} {...props}>
92+
<Button colorScheme='twitter' className='bg-blue' onClick={handleClick}>
9393
{props.children}
9494
{!isLoading && <Text>Prompt</Text>}
9595
{isLoading && <BeatLoader size={8} color='black' />}

0 commit comments

Comments
 (0)