diff --git a/src/components/Debug.tsx b/src/components/Debug.tsx index 826e5520..f3ec4ef5 100644 --- a/src/components/Debug.tsx +++ b/src/components/Debug.tsx @@ -1,3 +1,4 @@ +/* global __APP_VERSION__, __GIT_COMMIT__, __GIT_COMMIT_URL__, __RELEASE_URL__ */ import React, { useEffect, useMemo, useState } from 'react' import { Hooks } from 'applesauce-react' import { DebugBus, type DebugLogEntry } from '../utils/debugBus' @@ -162,6 +163,30 @@ const Debug: React.FC = () => { + +
{__GIT_COMMIT__.slice(0, 7)}
+
+ ) : (
+ {__GIT_COMMIT__.slice(0, 7)}
+ )}
+
+ ) : null}
+