admin/lang: hide "hfs version" column, it's just misleading by now

Massimo Melina committed Mar 25, 2026 at 10:12 UTC 58d109d6c6bcedd5ef8a010288da7da57a0bf5eb
1 file changed -5
admin/src/LangPage.ts
-5
@@ -42,11 +42,6 @@ export default function LangPage({ setTitleSide }: PageProps) {
42 width: 120,
43 hideUnder: 'sm',
44 },
45 - {
46 - field: 'hfs_version',
47 - headerName: "HFS version",
48 - width: 110,
49 - },
45 {
46 field: 'author',
47 flex: 1,