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
garrickheine1127 committed Apr 22, 2023
1 parent 9e6f860 commit 78d07c1
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 78d07c1

Please sign in to comment.