Skip to content

Commit

Permalink
prettier again
Browse files Browse the repository at this point in the history
  • Loading branch information
Bentlybro committed Oct 12, 2024
1 parent a0baefa commit 91c11df
Showing 1 changed file with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,12 @@ export const SaveControl = ({
</TooltipTrigger>
<TooltipContent side="right">Save</TooltipContent>
</Tooltip>
<PopoverContent side="right" sideOffset={15} align="start" data-id="save-control-popover-content">
<PopoverContent
side="right"
sideOffset={15}
align="start"
data-id="save-control-popover-content"
>
<Card className="border-none shadow-none">
<CardContent className="p-4">
<div className="grid gap-3">
Expand Down

0 comments on commit 91c11df

Please sign in to comment.