Skip to content

Commit

Permalink
Merge pull request #400 from NordicSemiconductor/fix/wrong-tool-tip
Browse files Browse the repository at this point in the history
Fix: remove tooltip
  • Loading branch information
kylebonnici authored Feb 2, 2024
2 parents 3109cdb + b6a3826 commit 2e15ab2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SidePanel/StartStop.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,6 @@ export default () => {
/>

<Button
title={startStopTitle}
size="lg"
onClick={async () => {
await DataManager().reset();
Expand Down

0 comments on commit 2e15ab2

Please sign in to comment.