Skip to content

Commit b4e9187

Browse files
committed
The Impersonation button was causing DOM hydration issues
1 parent 9e99bec commit b4e9187

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/webapp/app/components/ImpersonationBanner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ export function ImpersonationBanner() {
99
<Form action="/resources/impersonation" method="delete" reloadDocument>
1010
<TooltipProvider disableHoverableContent={true}>
1111
<Tooltip>
12-
<TooltipTrigger>
12+
<TooltipTrigger asChild>
1313
<Button
1414
type="submit"
1515
variant="small-menu-item"

0 commit comments

Comments
 (0)