Height didn't matched (#2216)

pull/2220/head
Leo Giovanetti 2022-03-20 06:48:11 -03:00 committed by GitHub
parent a8e137a55c
commit 94b210329b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 additions and 11 deletions

View File

@ -373,17 +373,16 @@ export const EventTypeList = ({ group, readOnly, types }: EventTypeListProps): J
</DropdownMenuItem>
) : null}
<DropdownMenuItem>
<Link href={"/event-types/" + type.id} passHref={true}>
<Button
type="button"
size="sm"
color="minimal"
className="w-full rounded-none"
StartIcon={PencilIcon}>
{" "}
{t("edit")}
</Button>
</Link>
<Button
type="button"
size="sm"
href={"/event-types/" + type.id}
color="minimal"
className="w-full rounded-none"
StartIcon={PencilIcon}>
{" "}
{t("edit")}
</Button>
</DropdownMenuItem>
<DropdownMenuItem>
<Button