Skip to content

Commit 3c95578

Browse files
committed
types
1 parent 9f3b626 commit 3c95578

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

frontend/app/src/entities/events/ui/branch-event.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { EventNodeInterface } from "@/shared/api/graphql/generated/graphql";
2-
import { ReactElement } from "react";
2+
import { ReactNode } from "react";
33

4-
export const BRANCH_EVENTS_MAPPING: Record<string, (param: string) => ReactElement> = {
4+
export const BRANCH_EVENTS_MAPPING: Record<string, (param: string) => ReactNode> = {
55
"infrahub.branch.created": (branch) => (
66
<div>
77
Branch <span className="text-black font-semibold">{branch}</span> created

0 commit comments

Comments
 (0)