clean up version lookup code (#804)

This commit is contained in:
Tommaso Sciortino 2025-06-06 16:21:20 -07:00 committed by GitHub
parent e94a10023d
commit 76ec9122c0
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 39 additions and 23 deletions

View file

@ -18,7 +18,6 @@ interface FooterProps {
branchName?: string;
debugMode: boolean;
debugMessage: string;
cliVersion: string;
corgiMode: boolean;
errorCount: number;
showErrorDetails: boolean;