Skip to content

Commit f5c50f9

Browse files
committed
Remove redundant condition
1 parent f86ceb1 commit f5c50f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AiChat/AiChat.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ const AiChatDisplay: FC<AiChatDisplayProps> = ({
501501
<AdornmentButton
502502
aria-label="Stop"
503503
type="submit"
504-
disabled={!stoppable || needsProblemSet}
504+
disabled={!stoppable}
505505
>
506506
<StyledStopButton />
507507
</AdornmentButton>

0 commit comments

Comments
 (0)