Skip to content

Commit

Permalink
feat: catch removeChild error use semantic node (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
ITstar726 committed Apr 22, 2023
1 parent f484473 commit dfab013
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ const Home: NextPage = () => {
<span className="ml-2">Stopping</span>
</>
) : (
"Stop agent"
<span>"Stop agent"</span>
)}
</Button>
</Expand>
Expand Down

0 comments on commit dfab013

Please sign in to comment.