diff --git a/src/components/modals/VersionInfo.tsx b/src/components/modals/VersionInfo.tsx index ee6dac86..f9e846a8 100644 --- a/src/components/modals/VersionInfo.tsx +++ b/src/components/modals/VersionInfo.tsx @@ -18,7 +18,11 @@ export interface Commit { node_id: string; commit: { author: string; - committer: string; + committer: { + date: string; + email: string; + mame: string; + }; message: string; tree: { sha: string; @@ -92,6 +96,11 @@ export const VersionInfo = ({ : 'dark:bg-secondaryDark' }`} > +