Skip to content

Commit

Permalink
fix(frontend): Issue with "<button> cannot appear as a descendant of …
Browse files Browse the repository at this point in the history
…<button>" due to Tooltip component
  • Loading branch information
maikbasel committed May 15, 2024
1 parent 3d0e284 commit 5ea788f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/sections/profiles/components/test-credentials-button.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,11 +32,11 @@ export default function TestCredentialsButton({
});

setBusy(false);
}, []);
}, [profile]);

return (
<Tooltip>
<TooltipTrigger>
<TooltipTrigger asChild>
<Button
variant='ghost'
size='icon'
Expand Down

0 comments on commit 5ea788f

Please sign in to comment.