Skip to content

Commit

Permalink
📝 (nodeToolbarComponent/index.tsx): remove unnecessary dataTestId att…
Browse files Browse the repository at this point in the history
…ribute from freeze-path-button to clean up code and improve readability
  • Loading branch information
Cristhianzl committed Dec 16, 2024
1 parent 875c5db commit d35a00e
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,6 @@ const NodeToolbarComponent = memo(
s.name.toLowerCase().startsWith("freeze path"),
)}
className={cn("node-toolbar-buttons", frozen && "text-blue-500")}
dataTestId="freeze-path-button"
/>
)}
{hasToolMode && (
Expand Down

0 comments on commit d35a00e

Please sign in to comment.